xsl-list
[Top] [All Lists]

Re: [xsl] creating rss in xsl

2007-06-24 09:28:15
Vaduvoiu Tiberiu wrote:

I need to do an rss for the different categories of the news. So i
would have a sports.xml where all the news with category=sport would
be, a politics.xml with the news from politics, etc Now, sorting the
news is not the problem. But I'm not sure how should the sports.xml,
politics.xml files should be "created"?? Should I create the files
manually and after that populate them with the data I want or should
this be done in xsl? this is the first time I have to create an rss
and I'm a little unsure on how to do it.

If you use XSLT 2.0 then you can use xsl:result-document to create several result documents with one transformation. So I am not sure what the criteria are whether it "should" be done with XSLT but it certainly "could" be done with XSLT 2.0.


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
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>