[Home] [By Thread] [By Date] [Recent Entries]
Anders Viklund wrote:
> <xsl:template match="//*[local-name()='Type1']">
You can use the XPath 2.0 namespace wildcard:
<xsl:template
match="*:Type1">
--
Florent Georges
http://www.fgeorges..org/
|

Cart



