|
Home > Online Product Documentation > Table of Contents > Adding an XQuery Node Adding an XQuery Node
Now that we understand how the XQuery code in
To add an XQuery node to an XML pipeline:
1. Drag the XQuery icon from the
Toolbox pane and drop it on the XML pipeline canvas.
Stylus Studio creates an XQuery node and displays it in the XML pipeline diagram.
2. Display the
Properties window (
View > Properties) if it is not already open.
3. Display the
Project window (
View > Project) if it is not already open.
4. Drag
createFullOrder.xquery and drop it on either
The XQuery node now has two additional input ports, one named
These input ports are colored green, indicating that each has a default value specified for it. These default values correspond to the two data sources we specified as source documents in the XQuery Mapper.
5. Change the XQuery node's default name,
XQuery operator, to
Extract full order information. (See
Renaming Nodes if you need help with this step.)
Changes to Source Documents
XML pipelines reference external documents, like the
|
Stylus Studio XML Editor Core Functions
Stylus Studio XML Editor Core Functions
Support for the Saxon XQuery Processor
Stylus Studio's XQuery tools feature integrated support for the Saxon SA 8.7.3 XQuery and XSLT processor so you can Edit, Debug and Run XQuery using Saxon. Java code generation support lets you deploy Saxon XQuery applications with just one click.
Convert EDIFACT to XML Schema
Convert EDIFACT to XML with Stylus Studio's XML Schema and legacy data integration tools.
Xerces - Parsing and Validating XML with the Apache Xerces Parser
The Xerces Parser supports the XML 1.0 recommendation and W3C's XML Schema recommendation version 1.0, DOM and SAX. Learn how easy it is to use Apache Xerces directly in Stylus Studio to parse and validate XML with ease.


