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

RE: DTDs and offline processing

Subject: RE: DTDs and offline processing
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 1 Feb 2005 11:06:46 -0000
xml doctype offline
This is something that happens during XML parsing, not during XSLT
processing. Most XML parsers, if the document has a DOCTYPE, will try to
dereference it; and for XSLT processing this is pretty-well mandatory
because of the problem of entity references.

There are mechanisms (OASIS catalogs) that allow you to redirect the parser
to a local copy of the DTD, but you can't entirely avoid reading it except
by removing the reference to it.

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

> -----Original Message-----
> From: Tom Schutzer-Weissmann [mailto:trmsw@xxxxxxxxxxx] 
> Sent: 01 February 2005 10:23
> To: XSL
> Subject:  DTDs and offline processing
> 
> I run into problems using Saxon on documents containing a DOCTYPE
> declaration because it tried to look up the DTD even when I'm offline.
> Is there a way to avoid this, short of removing the declaration?
> 
> The other problem is that without the DTD, entities can't be 
> looked up,
> so  I get an error. From what I could see in the FAQs, the only way
> round that is to temporarily change &thing; into 
> [[AMP]]something_else;,
> with sed. Any alternatives?
> 
> regards,
> Tom SW

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.