xsl-list
[Top] [All Lists]

Re: [xsl] recognize character entities

2006-08-29 06:45:52

is there a way to recognize and filter only elements which text()  
begins with a character entity?

entities are resolved by an XML parser efore XSLt sees the data.
So no.

If you need to do that then you need to insert a modified dtd where for
example &epsilon; is defined to be <entity name="epsilon"/> then you can
look for the element.

David

--~------------------------------------------------------------------
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>
--~--