Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 17th, 2009, 11:28 AM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 1,243
Thanks: 0
Thanked 245 Times in 244 Posts
Default

Well doing XSLT with XML -> XML transformation in the browser is problematic unless the browser knows to render the resulting XML (as for instance Mozilla or Opera can do with XHTML or SVG).
But Mozilla certainly does not support disable-output-escaping at it does not serialize the result tree.
With IE you could script the transformation with MSXML and then I think with transformNode you should have support for disable-output-escaping.

So which browser do you use? Do you script the transformation or do you simply use an xml-stylesheet processing instruction letting the browser handle everything? In the latter case I don't think you will get any meaningful result displayed, whether disable-output-escaping is supported or not, as browsers do not know how to render SOAP messages.
__________________
Martin Honnen
Microsoft MVP (XML, Data Platform Development) 2005/04 - 2013/03
My blog





Similar Threads
Thread Thread Starter Forum Replies Last Post
strip html tags with xslt smiter XSLT 4 June 19th, 2012 08:34 AM
How to strip out the CDATA from xml using xsl transformations XSLUSer XML 3 April 23rd, 2009 01:01 PM
How to strip out the CDATA from xml using xsl transformations XSLUSer XSLT 1 March 12th, 2009 10:01 AM
How to strip out the CDATA from xml using xsl transformations XSLUSer XSLT 0 March 10th, 2009 11:10 PM
CDATA Section using XSLT misanaka XSLT 2 March 29th, 2007 06:53 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.