Re: disable-output-escaping 'mess'

Subject: Re: disable-output-escaping 'mess'
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 28 Mar 2000 15:48:12 GMT
PS

If your translator accepted legal XML syntax, say
 <?tls?> content<?tle?>
Then you wouldn't have to mess with disable-output-encoding at all
you could just use

<xsl:processing-instruction name="tls"/>
content
<xsl:processing-instruction name="tle"/>

David


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


Current Thread