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

Subject: Re: [xsl] Converting &entities; with XSLT?
From: Peter Flynn <peter@xxxxxxxxxxx>
Date: Sat, 7 Apr 2001 14:02:30 +0100
On Sat, 07 Apr 2001, Lee wrote:
> Is it possible to use XSLT to catch all character entities
> and convert them to something else?  

Nope.

> How could I go about this?

Use a processor like Omnimark, eg

     find "&" [letter or digit]+ =ename ";"
	output "something to do with ename"

or even a non-XML-aware programming language.

///Peter

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


Current Thread