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: disable-output-escaping 'mess'



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

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