Re: [xsl] How to View Entity Reference

Subject: Re: [xsl] How to View Entity Reference
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Sep 2006 16:18:47 +0100
> The thing that surprised me is usually information in the DTD is lost
> after the XML has been parsed - its not contained in the infoset.  It
> seems these are...

the infoset does retain the attribute type (CDATA ENTITIES, ENTITY, etc)
and the value of ndata entities. Of course the use in xslt is still
slightly hampered as in xslt as while you can get the URI (and in XSLT2 the
public ID) you still can't get hold of the "NDATA jpg"  or the (possible)
definition  of "jpg" as a <!NOTATION.

David

Current Thread