xsl-list
[Top] [All Lists]

Re: [xsl] Without DTD Mapping

2008-08-26 05:34:01
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>