XQuery Reference

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

XQuery Language and XML Reference

This chapter provides XQuery language and XML links to the W3C Working Draft 16 August 2002 XQuery language and W3C XML 1.0 documentation, respectively.

This chapter contains the following topics:

 


XQuery Prologs

To learn more about XQuery prologs, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-query-prolog

 


XQuery Expressions

To learn more about XQuery expressions, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-expressions

 


XQuery FLWR Expressions

To learn more about XQuery FLWR expressions (for, let, where, and return), see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-flwr-expressions

To learn more about using the for and where clauses, see Step 4: Mapping a Repeating Element (Join) in Tutorial: Building Your First Data Transformation.

 


XQuery Namespaces

To learn more about the syntax of XQuery Namespaces, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-namespace-decls

To learn more about XQuery namespaces, see Understanding the Transformation in the Tutorial: Building Your First Data Transformation.

To learn more about the namespace prefixes used in WebLogic Workshop, see XQuery Namespace Conventions.

 


XQuery Function Definitions

To learn more about defining functions, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#FunctionDefns

 


XQuery Function Calls and Arguments

To learn more about function calls and arguments, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-function-calls

To learn more about adding function calls to queries using the mapper, see "Invoking Functions or Operators in a Query" in Modifying Links Using the Target Expression Tab in the Guide to Data Transformation.

To learn more about the XQuery functions and operators available from the mapper, see the XQuery function and operator chapters in the XQuery Reference.

 


XQuery Path Expressions

To learn more about path expressions, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-path-expressions

 


XQuery Literals

To learn more about XQuery string and numeric literals, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-literals

 


XQuery Combining Sequences

To learn more about the operators for combining sequences of nodes, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#combining_seq

 


XQuery Conditional Expressions

To learn more about conditional expressions based on the if, then, and else keywords, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-conditionals

 


XQuery Logical Expressions

To learn more about the and and or logical expressions, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-logical-expressions

 


XQuery Comparison Expressions

To learn more comparison expressions, see the following URL:

http://www.w3.org/TR/2002/WD-xquery-20020816/#id-comparisons

 


XML Element Declarations

To learn more about XML element declarations, see the following URL:

http://www.w3.org/TR/2004/REC-xml-20040204/#elemdecls

WebLogic Workshop uses XML Schemas (and not DTDs) for the validation of XML. To learn more about XML element type declarations with XML Schemas, see the following URL:

http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#cElement_Declarations

 


XML Attribute Declarations

To learn more about XML attribute declarations, see the following URL:

http://www.w3.org/TR/2004/REC-xml-20040204/#attdecls

WebLogic Workshop uses XML Schemas (and not DTDs) for the validation of XML. To learn more about XML attribute declarations with XML Schemas, see the following URL:

http://www.w3.org/TR/xmlschema-1/#cAttribute_Declarations

 


XML CDATA Sections

To learn more about XML CDATA sections, see the following URL:

http://www.w3.org/TR/2004/REC-xml-20040204/#sec-cdata-sect

 


XML Comments

To learn more about XML comments, see the following URL:

http://www.w3.org/TR/2004/REC-xml-20040204/#sec-comments

 


XML Prolog and Document Type Declaration

To learn more about XML prolog and document type declarations, see the following URL:

http://www.w3.org/TR/2004/REC-xml-20040204/#sec-prolog-dtd


  Back to Top       Previous  Next