Re: [xsl] XML transformation based on parameters

Subject: Re: [xsl] XML transformation based on parameters
From: Emiliano Pecis <emiliano.pecis@xxxxxxxxx>
Date: Wed, 15 Apr 2009 11:41:22 +0200
Hi David,

thanks!!! I'm going to implement your solution...

> why have this
>  <xsl:template match="*[local-name()='param']">
> which is likely to be slower to execute and harder to read than
>  <xsl:template match="param">

Because it must be namespace agnostic! Is there an other way
to ignore namespace prefix?

regards,
e.

Current Thread