RE: Access to Schema API information
<[email protected]> Mon, 21 May 2012 15:00:59 -0400
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <[email protected]> |
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:[email protected]] Sent: Monday, May 21, 2012 1:07 PM To: [email protected]; [email protected] 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