X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fxquery.xml;h=7f6350e8eb95d123155108989bb9c32cf60d85f1;hb=c2fa79dbb731508e341554799eb12f0ee0b3183f;hp=4178ad87253c1f8d355585c82abb3a11ff422914;hpb=7ecb962a06af8c29471aefcc65be1e2ef2dbc85e;p=mp-xquery-moved-to-github.git diff --git a/doc/xquery.xml b/doc/xquery.xml index 4178ad8..7f6350e 100644 --- a/doc/xquery.xml +++ b/doc/xquery.xml @@ -28,7 +28,17 @@ Configurable values: - <script name="name"> + <elementset name="name1" backend="name2"/> + + + Specifies the elementset (name1) that triggers the transform. + Note that the record syntax must be XML as well. + The 2nd element set, name2, specifies the element set that + is sent to the next filter in chain (backend). + + + + <script name="name"/> The full path of the XQuery script to be invoked. @@ -36,10 +46,10 @@ - <record name="var"> + <record name="var"/> - The name of the XQUery variable where the input XML record + The name of the XQuery variable where the input XML record is stored. This is required and should be set exactly once. @@ -68,12 +78,16 @@ EXAMPLES - Configuration: + Configuration for converting MARCXML to BIBFRAME. - - - + + +