First stab at a marc map as a fast alternat to XSLT
[pazpar2-moved-to-github.git] / src / pazpar2.h
index 2a1f65c..39f513d 100644 (file)
@@ -81,6 +81,7 @@ struct database_criterion {
 // Simple sequence of stylesheets run in series.
 struct database_retrievalmap {
     xsltStylesheet *stylesheet;
+    struct marcmap *marcmap;
     struct database_retrievalmap *next;
 };