Re: [xsl] Without DTD Mapping

Subject: Re: [xsl] Without DTD Mapping
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 26 Aug 2008 11:33:37 +0100
> Andrew, what would you do when trapping entity events
> from an instance that has a DTD? Do the sax events precede
> the parsers resolution using the DTD or follow it?


They follow it... So for a simple entity that resolves to just
characters you get

startEntity, characters, endEntity

When the DTD is missing you get the exception before you get the start
event, but there will be a way around it...


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread