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

RE: id attribution in template match

Subject: RE: id attribution in template match
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 29 Sep 2009 10:25:07 +0100
RE:  id attribution in template match
> Since switching from DTD-based to XSD-based documents, a 
> number of templates which make use of the id() function have 
> stopped working. It's not a processor problem because it 
> occurs with Xalan, Saxon and libxslt.

An XSLT 1.0 processor is unlikely to have any mechanism to recognize ID
types notified by a schema processor rather than a DTD processor. Indeed,
the XSLT 1.0 specification does not really give them any license to do so
(other than saying that you can construct the input data model any way you
like).

An XSLT 2.0 schema-aware processor will recognize ID types notified by a
schema processor: so with schema-aware Saxon, provided you validate the
input document using Saxon's schema processor, the types will be recognized.

However, I would encourage use of key() rather than id(). Even in a DTD
world, id() is excessively dependent on how the stylesheet is run. For
example, some parsers (System.Xml is a notable example) do not notify the
ID-ness of attributes to the application, and inserting a filter between the
parser and the XSLT processor will often lose the information.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread

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
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-2011 All Rights Reserved.