[Home] [By Thread] [By Date] [Recent Entries]
Andrew Welch schrieb:
I've spent the day trying to process variours RSS feeds using XSLT and pretty much decided it's not worth it... Some feeds are ok, some contain escaped markup and other contain a mix of escaped and non-escaped markup, cdata sections etc
When the order is predictable, I've simply used d-o-e, although it is certainly evil. http://www.tagesschau.de/xml/rss2 <xsl:template match="rss/channel/item[ content:encoded ]"> ... <xsl:value-of select="content:encoded" disable-output-escaping="yes"/> That's all the thought I've invested. Michael Ludwig
|

Cart



