Re: [xsl] Keeping entity references from input

Subject: Re: [xsl] Keeping entity references from input
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 4 Jul 2001 15:55:26 +0100
> But is it possible to get an XML parser to refrain from resolving entities,

I use 


sed -e="s/&/[[AMP]]/g" .. XSLT transform ... sed -e="s/[[AMP]]/&/g" 

> Bye the way, I'm asking because I'm thinking about using XSLT for
> intermediate processing of our documentation, which is in an XML format 

same here

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread