RE: [xsl] Access to unparsed entities

Subject: RE: [xsl] Access to unparsed entities
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 21 Oct 2002 10:56:36 +0100
> http://www.w3.org/TR/xslt20/#lexical-representation
> Says
> 
> The unparsed-entity-public-id returns the public identifier 
> of the unparsed entity with the specified name in the 
> document containing the context node 
> 
> How are we supposed to get hold of the entity name?
> 

distinct-values(//@*[. instance of attribute of type ENTITY or
                     . instance of attribute of type ENTITIES])

(Really elegant syntax: we're hoping to improve it)

Yes - this only gives you the unparsed entities that are actually
referenced. Do you think you need to know about unreferenced unparsed
entities as well? (This gets ridiculous...)

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread