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

Re: [xsl] Make RSS output?


Subject: Re: [xsl] Make RSS output?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 31 Jul 2006 13:48:45 +0100

rss is xml so you don't want
    <xsl:output method="text" 
if you use text output all element nodes will be suppressed on
serialisation and you'll just get text in the result.

In particular you wouldn't get the output that you show, unless the
xsl:output is being ignored (which is allowed by the specification) for
example if serialisation is not being done by XSLT but by some later
process.

David


Current Thread
Keywords