This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Converting &entities; with XSLT?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]