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

RE: Printing out variables with escaped text.

Subject: RE: Printing out variables with escaped text.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 13 Apr 2000 09:49:08 +0100
rtf text variable
> Saxon:
> 
> &lt;fake_element_no_escaping>
> &lt;fake_element_escaping>
> 
> Xalan:
> 
> &lt;fake_element_no_escaping&gt;
> <fake_element_escaping>
> 
> which is what I originally wanted.
> 
> It's getting pretty hard to find bugs in Saxon nowadays, so I 
> thought I'd post this to list instead of straight to Mike, to see if 
> anyone had any thoughts on what is the correct behaviour here - the spec 
> doesn't appear to address this issue specifically.

Saxon (by design) supports disable-output-escaping only when writing to the
final result tree, it is ignored when writing to a result tree fragment.

The spec does mention the possibility of d-o-e being retained as a property
of text nodes on a RTF and presumably copied when the RTF is copied, but
like the rest of the spec in this area, it's very much at implementor
option.

There are considerable problems in supporting d-o-e in a stored tree,
especially once you support the node-set() extension, for example you need
to be able to merge adjacent text nodes some of which have d-o-e and others
not.

Mike 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.