Subject: RE: 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: 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>
> <p> This is a paragraph of html. </p>
> </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 |
- escaping
- Guy McArthur - Wed, 18 Jun 2003 19:34:35 -0400 (EDT)
- Mike Brown - Wed, 18 Jun 2003 20:58:39 -0400 (EDT)
- Michael Kay - Thu, 19 Jun 2003 09:45:57 -0400 (EDT) <=
|
|