Dale Beermann wrote:
I apologize if this is received twice.I'm having a problem getting my templates to apply when my root node has a namespace. If my XML file looks like this:
This is a FAQ: http://xml.apache.org/xalan-j/faq.html#faq-N10207 <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:foo="http://foo"> <xsl:template match="foo:b"> <d> </d> </xsl:template> ... Dave