» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with XQuery + Documentation

XQuery 1.0 and XPath 2.0 Functions and Operators

This document defines constructor functions, operators and functions on the datatypes defined in [XML Schema Part 2: Datatypes Second Edition] and the datatypes defined in [XQuery 1.0 and XPath 2.0 Data Model]. It also discusses functions and operators on nodes and node sequences as defined in the [XQuery 1.0 and XPath 2.0 Data Model].

XML: del.icio.us/tag/xml

XML Query Use Cases

XML Query Use Cases W3C Working Group Note 23 March 2007

XML: del.icio.us/tag/xml

XML Query Use Cases

XML Query Use Cases W3C Working Group Note 23 March 2007

W3C: Del.icio.us W3C Tags

XQuery Documentation

eXist implements core XQuery syntax (with the exception of XML Schema-related features) as specified in the W3C recommendation.

XML: del.icio.us/tag/xml

XML Query Use Cases

<results> { for $b in doc("http://bstore1.example.com/bib.xml")/bib/book, $t in $b/title, $a in $b/author return <result> { $t } { $a } </result> } </results>

W3C: Del.icio.us W3C Tags

xqDoc

XQuery documentation

XML: del.icio.us/tag/xml

xqDoc

Like JavaDoc for XQuery

W3C: Del.icio.us W3C Tags

XQuery 1.0 and XPath 2.0 Functions and Operators

The purpose of this document is to catalog the functions and operators required for XPath 2.0, XML Query 1.0 and XSLT 2.0.

W3C: Del.icio.us W3C Tags