[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

disable-output-escaping 'mess'

Subject: disable-output-escaping 'mess'
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Tue, 28 Mar 2000 14:55:59 +0100
disable internal styles
The Duxbury braille translator can import XML files,
however :-) to bring the internal 'styles' into play,
the effect is to, for instance, require that
a running header is 'marked' as <?$tls`> content<?$tle`>

(You guessed it).
using <xsl:output method="xml">
If I use 
<xsl:text disable-output-escaping><?$tls`></text>

xt and Saxon (quite reasonably?) complain.

so I end up with 

 <xsl:text disable-output-escaping="yes"> <![CDATA[<?$tls`>]]>
</xsl:text><xsl:value-of select="."/>
 <xsl:text disable-output-escaping="yes"> <![CDATA[<?$tle`>]]> </xsl:text>

simply to get the < instead of &lt; 

============================

Minor aside, whats the logic in not permitting me to output
tags when I set xsl:output method="text"?
If I'm dealing in plain text, surely left angle bracket is as good as any
other character?
   In delicious ignorance, DaveP






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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.