Difference between revisions of "XQuery"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "A query in XQuery consists of an expression that reads a sequence of XML nodes or a single value and returns results in a sequence of nodes or a single value. Click on the "XQuer...")
 
Line 2: Line 2:
 
Click on the "XQuery":
 
Click on the "XQuery":
  
[[File:GVConsoleParamEditMenuXQuery1.jpg]]
+
[[File:GVConsoleParamEditMenuXQuery1.jpg|center|thumb|600px|XQuery]]
  
  
Enter in the text box the XQuery expressions.
+
Enter in the text box the XQuery expressions. These consist of XPath expressions to identify nodes for analysis and give additional specific features of XQuery for the retrieval of information.
These consist of XPath expressions to identify nodes for analysis and give additional specific features of XQuery for the retrieval of information.
+
 
 
Clicking on "Processing ..." will display the results of XQuery:
 
Clicking on "Processing ..." will display the results of XQuery:
  
[[File:GVConsoleParamEditMenuXQuery2.jpg]]
+
[[File:GVConsoleParamEditMenuXQuery2.jpg|center|thumb|600px|XQuery results]]

Revision as of 11:09, 18 January 2012

A query in XQuery consists of an expression that reads a sequence of XML nodes or a single value and returns results in a sequence of nodes or a single value. Click on the "XQuery":

XQuery


Enter in the text box the XQuery expressions. These consist of XPath expressions to identify nodes for analysis and give additional specific features of XQuery for the retrieval of information.

Clicking on "Processing ..." will display the results of XQuery:

XQuery results