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

Re: When are <!DOCTYPE> and svg namespace references

Subject: Re: When are <!DOCTYPE> and svg namespace references material?
From: Elliotte Rusty Harold <elharo@xxxxxxxxxxx>
Date: Thu, 4 Feb 2010 06:07:08 -0500
Re:  When are <!DOCTYPE> and svg namespace references
Not quite. Since this is XSL that's at issue here:

1. Validation is irrelevant. XSLT processors don't validate.

2. DTD resolution is relevant. XSLT processors have to load the
external DTD to resolve entities and perhaps supply default attribute
values. The XPath 1.0 data model simply does not support unresolved
entity references.

3. I suppose an XSLT processor might defer loading the DTD until it
finds an entity reference it needs a definition for. But then how does
it handle default attribute values for previously processed elements?
Start over?

4. Some processors might just drop out unresolved entity references,
but I wouldn't trust any processors that did so.  Someone may point
out that the XSLT spec doesn't actually define how the XSLT processor
gets its input tree from the source text. This has been used in the
past to support arbitrary mangling of the input document by an
allegedly conformant processor. You'll have to ask your XSLT vendor
how and when they mangle the input.

5. A catalog could be used to load the DTD locally from the public
identifier rather than the URL in the system identifier.

-- 
Elliotte Rusty Harold
elharo@xxxxxxxxxxx

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