xsl-list
[Top] [All Lists]

Re: [xsl] XML transformation based on parameters

2009-04-15 05:41:45
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--