[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: The <any/> element: bane of security or savior ofversionin

  • From: Rick Jelliffe <rjelliffe@a...>
  • To: "G. Ken Holman" <gkholman@C...>
  • Date: Tue, 23 Oct 2007 14:56:06 +1000

RE:  The <any/> element: bane of security or savior ofversionin
On Mon, 2007-10-22 at 12:52 -0400, G. Ken Holman wrote:
> At 2007-10-22 12:41 -0400, Costello, Roger L. wrote:
> >Rick Jelliffe: when is Schematron going to have the ability to do
> >datatype assertions, e.g. "The value of the <Value> element is of
> >datatype xs:nonNegativeInteger"?
> 
> If you use an XPath 2.0 binding to Schematron you could say:
> 
>    <rule context="X">
>      <assert test=". castable as xs:nonNegativeInteger">
>        The value of the X element is of datatype xs:nonNegativeInteger
>      </assert>
>    </rule>

Indeed, this is what we are using for our XSD implementation in
Schematron. The rub is that the free version of SAXON, which is
excellent, only does castable for the built-in primitives, not the
built-in derived types, from what I am told.

I have recently decided to make the XSLT2-based implementation of
Schematron a separate script from the XSLT1-based implementation. Some
users had already forked a really nice XSLT2 version off, so it is
pretty much just a matter of adopting that. But it will allow the XSLT2
version and the XSLT1 version to have cleaner code. (Both versions will
continue generate code for XSLT1, EXSLT and XSLT2 systems.) See
www.schematron.com

In order to use XSLT2 expressions, you 

1) have @queryBinding="xslt2" on the sch:schema element, 
2) use the the latest version of the skeleton
3) use an implementation of XSLT2 (SAXON, Gestalt)

Cheers
Rick 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.