Click to See Complete Forum and Search --> : XSLT and RDF


JamesGale
07-17-2005, 05:06 PM
I've written a simple app to consume data from RSS feeds. It works perfectly for standard RSS but I can't get it to work properly for RDF feeds. It uses XSLT to transform the data..
e.g.
<xsl:template match="item">
<div class="RSSItem">
<div class="Title">
<xsl:value-of select="title"/>
</div>
<div>
<xsl:value-of select="description" disable-output-escaping="yes" />
</div>
</div>
</xsl:template>

Has anyone got an example of an XSLT file that works for an RDF feed?

Phil Weber
07-17-2005, 06:09 PM
Have you tried Google?
http://www.google.com/search?q=xslt+rdf