RE: [xsl] SAXON 8 - Error at element constructor

Subject: RE: [xsl] SAXON 8 - Error at element constructor
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 25 Jan 2005 14:09:26 -0000
>     Tommy> I tried this in my stylesheet: <xsl:value-of
>     Tommy> select="unparsed-text('help/print.html', 'iso-8859-1')"
>     Tommy> disable-output-escaping="yes"/>
> 
> 1) Don't use disable-output-escaping - it's deprecated, so if Mike
>    decides to suddenly remove support from it from Saxon 8, 

Although d-o-e is deprecated and may not work in all environments, copying
unparsed HTML from a source file directly through to the serialized output
of the transformation is one of the more respectable use cases for it.

Michael Kay
http://www.saxonica.com/

Current Thread