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

Re: disable-output-escaping not working?

Subject: Re: disable-output-escaping not working?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 Jul 2002 13:34:59 +0100
msxml disable output escaping
> So far to do this I have tried two different techniques.

Both of those techniques are really only to be used as a last resort,
they explictly say that the HTML syntax is not markup, which is why XSLT
does not treat it as markup.

You would be much better using XML fragments like so:


<message>
  My XHTML can go here with line breaks<br/>
  and <b>bold</b> font.
</message>


> In my XSL document, I have been trying to use disable-output-escaping="yes"
> but it seems to be getting completely ignored. I have tried using:

Any XSLT processor is allowed to ignore disable-output-escaping it is an
optional feature. However

> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

That is not XSLT that is an ancient microsoft specific language that was
built into msxml2 and msxml3 (and so IE5) but is not supported by
anyone, and isn't in MSXML4.

You need to be using XSLT, not this IE5 transformation language see
http://www.netcrucible.com/xslt/msxml-faq.htm

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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.