|
|
Component: XQuery
|
|
Enables querying of the contents of XML document/s to produce a new XML document.
|
Operations
|
Icon
|
Name
|
About
|
Link |
|
|
Perform XQuery - Single Doc
|
Query a single input XML document, producing an XML result document.
Why use it
- As an alternate to XSLT transformation. XQuery syntax for XML transformation is much simpler than XSLT.
- To create HTML code based on form data or process data via XML transformation.
- Prepare SOAP request XML for a web service call.
|
Properties |
|
|
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.
Why use it
- As an alternate to XSLT transformation. XQuery syntax for XML transformation is much simpler than XSLT.
- To merge two XML documents.
- Transform one XML structure it to another XML structure for web service calls etc.
|
Properties |
|
DOWNLOADS
DOCUMENTATION
|
|