[xsl] XML -> RTF via XSL

Subject: [xsl] XML -> RTF via XSL
From: "Robert Pasley" <rpasley@xxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Mar 2004 12:33:54 -0000
I want to convert an XML file into RTF using XSLT (or any other
transformation available).

I have output an XML file from the database system. At present I have used a
RTF containing a blank filled table as a template and replaced bits of it
with XSLT which populate the data parts from my XML. This works fine.

However in order that my export from the database is valid and well formed I
have escaped all the ampersands, quotes, apostrohies, and angle bracket to
&amp, &quot, etc.

Using Saxon I have found that the &quot and &apos get replaced with
apostrophe and quote (which is great), 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). These
characters could exist in any field in the XML, therefore I cannot use:
<xsl:text disable-output-escaping="yes" | "no"></xsl:text> since I assume
this cannot be placed around the whole document.

Does anyone know how to get these characters converted back to the original
characters for output into the rtf file?

Rob



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


Current Thread