RE: [xsl] Converting &entities; with XSLT?

Subject: RE: [xsl] Converting &entities; with XSLT?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 7 Apr 2001 13:09:32 +0100
> Is it possible to use XSLT to catch all character entities
> and convert them to something else?  How could I go about this?

The XSLT processor sees exactly the same input whether a character was
represented by itself or by a character reference. So you can't "catch"
character references.

If you want to perform lexical transformations of your XML, rather than
structural transformations, you may be better off using Perl.

Mike Kay
Software AG


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


Current Thread