Difference between revisions of "XQuery"

From GreenVulcano Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
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.
 
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:
+
Clicking on "process ..." will display the results of XQuery:
  
 
[[File:GVConsoleParamEditMenuXQuery2.jpg|center|thumb|600px|XQuery results]]
 
[[File:GVConsoleParamEditMenuXQuery2.jpg|center|thumb|600px|XQuery results]]

Latest revision as of 11:10, 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 "process ..." will display the results of XQuery:

XQuery results