X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fxquery.xml;fp=doc%2Fxquery.xml;h=4178ad87253c1f8d355585c82abb3a11ff422914;hb=7ecb962a06af8c29471aefcc65be1e2ef2dbc85e;hp=0000000000000000000000000000000000000000;hpb=b9f90637a6c007fd488f925be8dbfd144caee05b;p=mp-xquery-moved-to-github.git diff --git a/doc/xquery.xml b/doc/xquery.xml new file mode 100644 index 0000000..4178ad8 --- /dev/null +++ b/doc/xquery.xml @@ -0,0 +1,98 @@ + + + + Metaproxy XQuery module + Index Data + + + + xquery + 3mp + Metaproxy Module + + + + xquery + + Metaproxy Module for performing record transform using XQuery + + + + DESCRIPTION + + This filter performs record transforms on XML records using + XQuery. The module is based on Zorba. + + + Configurable values: + + <script name="name"> + + + The full path of the XQuery script to be invoked. + This is required and should be set exactly once. + + + + <record name="var"> + + + The name of the XQUery variable where the input XML record + is stored. + This is required and should be set exactly once. + + + + <variable name="name" value="value"/> + + + Sets XQuery variable name to value. This is set before each + record is converted. This setting may be repeated to set multiple + variables. + + + + + + + + SCHEMA + + + + + EXAMPLES + + Configuration: + + + + +]]> + + + + + SEE ALSO + + + metaproxy + 1 + + + + + + +