XQuery Basic Syntax Rules

XQuery is case-sensitive, XQuery elements, attributes, and variables must be valid XML names, XQuery string value can be in single or double quotes, XQuery variable is defined with a $ followed by a name, e.g. $bookstore, XQuery comments are delimited by (: and :), e.g. (: XQuery Comment :)

No comments:

Post a Comment