[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] escaping


Subject: RE: [xsl] escaping
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 19 Jun 2003 14:46:12 +0100

You could use the saxon:serialize() extension function.

Michael Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Guy McArthur
> Sent: 19 June 2003 00:35
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] escaping
> 
> 
> The description element of a RSS 2.0 item may contain entity-encoded 
> html. Is there an easy way to "escape" a block of input 
> xhtml, when the 
> output is xml? Small example of what the output should look like:
> 
> <?xml version="1.0"?>
> <rss version="2.0">
>    <item>
>      <description>
>         &lt;p&gt; This is a paragraph of html. &lt;/p&gt;
>      </description>
>    </item>
> </rss>
> 
> Which is pretty silly, don't know why they didn't allow it to 
> be xhtml, 
> and/or use namespaces.
> -- 
> *Guy McArthur* mailto://guym@xxxxxxxxxxx 
> http://guymcarthur.com *LPL Rm. #538* : work> {520.621.6373} 
> cell{520.869.7317}
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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



Current Thread
Keywords