RE: Access to Schema API information

Added a BZ for this:

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17142

Clearly not an XQuery 3.0 feature, but a great thing to consider for
3.1.

Jonathan

-----Original Message-----
From: Michael Kay [mailto:mike@saxonica.com] 
Sent: Monday, May 21, 2012 1:07 PM
To: w3c-xsl-query@w3.org; xmlschema-dev@w3.org
Subject: Access to Schema API information

I have been implementing a Saxon extension that exposes the Schema
Component Model to XSLT and XQuery applications. It makes heavy use of
the new 3.0 facility to have functions as first-class values, so every
schema component is represented as a function: the argument to the
function is the property name, and the result of the function is the
property value. See here for a description:

http://dev.saxonica.com/blog/mike/2012/05/#000190

Comments welcome. I think this interface is eminently suitable for
standardization.

Michael Kay
Saxonica

Received on Monday, 21 May 2012 19:04:25 UTC