Re: [xsl] displaying xslt using xsl:fo

Subject: Re: [xsl] displaying xslt using xsl:fo
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 14 Nov 2002 17:21:38 GMT


  <fo:block>
    <xsl:text disable-output-escaping="yes">

eek!!! never use disable-output-escaping if you can avoid it. It is
explictly non portable and if your XSLT engine and FO renderer
are closely tied and pass an in-memory version of the result tree
straight to the renderer then d-o-e is almost guaranteed not to work.
It relies on your document being serialised and re-parsed by an XMl
parser.

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