xsl-list
[Top] [All Lists]

Re: [xsl] Make RSS output?

2006-07-31 05:49:07

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>