Quantcast
Channel: Transforming Wordpress feed with XSLT - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Tim C for Transforming Wordpress feed with XSLT

Have you specified the namespace URI for content in your xsl declaration?<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:content="????">The URI for the...

View Article


Transforming Wordpress feed with XSLT

I need some help transforming a Wordpress feed with XSLT. I get an error when I apply this code to the feed.Code:<xsl:value-of disable-output-escaping="yes"...

View Article
Browsing latest articles
Browse All 2 View Live