XQuery DSC

Version 8 by Kendy Yus
on Oct 22, 2008 12:57.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:54.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (20)

View page history

 
h3. Component: com.avoka.livecycle.XQuery 1.0

h3. Operation: xQuery
h3. Operation Title: Perform XQuery - Single Doc   (xQuery)
Perform XQuery - Single Doc: Query a single input XML document, producing an XML result document.
|| Input Parameter || Type || Description || Editor ||
| Input Xml Variable | String | The input XML document to be queried.| |
| XQuery | String | The XQuery command that is applied to the input XML.| |
| Omit XML Declaration | boolean | Whether or not the XML pragma declaration should appear at the start of the output result.| |
| Indent resultant XML. | boolean | Whether or not to indent, or pretty print, the XQuery output.| |
| Pull namespace declarations out of process properties. | boolean | Whether or not to reuse namepace declations (i.e. xmlns:me="www.me.com") out of the process properties.| |
 


|| Output Parameter || Type || Description ||
| Output XML Location | java.lang.String | This is the string-formatted XML resulting from executing the XQuery. Please specify the process variable which should store the output. |



h3. Operation: xQueryMerge
h3. Operation Title: Perform XQuery - Merge Docs   (xQueryMerge)
Perform XQuery - Merge Docs: Query/Merge any XML-formatted Strings, XfaForms, and XML variables in the process instance data, producing a XML result document; possibly merging multiple input sources together.
|| Input Parameter || Type || Description || Editor ||
| XQuery | String | The XQuery command that is applied to the input XML.| |
| Omit XML Declaration | boolean | Whether or not the XML pragma declaration should appear at the start of the output result.| |
| Indent resultant XML. | boolean | Whether or not to indent, or pretty print, the XQuery output.| |
| Pull namespace declarations out of process properties. | boolean | Whether or not to reuse namepace declations (i.e. xmlns:me="www.me.com") out of the process properties.| |
 


|| Output Parameter || Type || Description ||
| Output XML Location | java.lang.String | This is the string-formatted XML resulting from executing the XQuery. Please specify the process variable which should store the output. |