[xsl] Prefixes in templates

Subject: [xsl] Prefixes in templates
From: Brett Zamir <brettz9@xxxxxxxxx>
Date: Thu, 01 Sep 2005 10:06:44 -0700
Ok, I can't change the XML document since it has been set up this way, but
is there a way to get around the fact that the XSLT parser doesn't seem to
like a prefix in the "match" of a template?

    <xsl:template match="tst:br">

Current Thread