X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fxquery.xml;h=c2122b5734fda44ce126f463e06cae3ec3b4b42b;hb=7a16560498cb0b2189de891ebed28556cca37ea2;hp=4178ad87253c1f8d355585c82abb3a11ff422914;hpb=7ecb962a06af8c29471aefcc65be1e2ef2dbc85e;p=mp-xquery-moved-to-github.git diff --git a/doc/xquery.xml b/doc/xquery.xml index 4178ad8..c2122b5 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,11 +78,14 @@ EXAMPLES - Configuration: + Configuration for converting MARCXML to BIBFRAME. - - + + +