XSL xmlns problem - bytes by Xsl templates

Sun, 19 Jul 2009 00:00:09 -0700

XSL xmlns problem - bytes

by Xsl templates @ Sun, 19 Jul 2009 00:00:09 -0700



You need to declare the namespace with a prefix, eg and then add the prefix before the element name in each of the templates: eg, like: xmlns:rr="http://xml.dummy.com/schema/analytical"<xsl:template match="rr:title"> ...