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

RE: Xslt 2.0 disable-output-escaping attributes

Subject: RE: Xslt 2.0 disable-output-escaping attributes
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 26 Jan 2004 20:52:26 -0000
disable output escaping example
> The spec here uses the example
> 
> <xsl:character-map name="jsp">
>   <xsl:output-character char="«" string="&lt;%"/>   
>   <xsl:output-character char="»" string="%&gt;"/>
>   <xsl:output-character char="§" string='"'/> </xsl:character-map>
> 
> Where the @char should be @character.

Thanks, the example is now fixed.
> 
> 2.  For some reason, adding the above character map affects 
> the &lt; in my script block.  For example,
> 
>  while (a &lt; el.childNodes.length) {
> 
> Without the above character map comes out as an entity 
> unchanged, but with the above map it comes out as '<'
> 

Thanks, this is a bug. Mapping a character should disable escaping for
that character (or rather, for its replacement string), but it seems
that a request for character mapping is enough to disable all escaping
of special characters.

Michael Kay

 


 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.