Re: [xsl] XML -> RTF via XSL

Subject: Re: [xsl] XML -> RTF via XSL
From: George Cristian Bina <george@xxxxxxx>
Date: Tue, 16 Mar 2004 15:05:34 +0200
Robert Pasley wrote:
> but the brackets and ampersands stay
> escaped. It would be better for me if this did not happen since Word cannot
> understand the escaped version and they come out raw (&amp etc).


The default output method is xml. RTF is text, so use:

<xsl:output method="text"/>

Best Regards,
 George
-----------------------------------------------
George Cristian Bina
<oXygen/> XML Editor - http://www.oxygenxml.com



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


Current Thread