Re: [xsl] How to give out XML-Tags?

Subject: Re: [xsl] How to give out XML-Tags?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 Dec 2002 10:54:17 GMT
> So, What's wrong in using disable-output-escaping?

just search for disable-output-escaping in the faq or the archives of
this list.

It is explictly non portable and not supported in many XSLT situations.
In particular any situation when the output of xslt is passed as an in
memory tree it is almost sure to fail. so mozilla, cocoon, ...

There are one or two very special places where it is reasonable to use
this but you should _never_ suggest its use to a beginner unless you are
sure that they really have some special requirements.

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