xsl-list
[Top] [All Lists]

[xsl] Re: how to avoid hardcoding xpath-default-namespace in xsl:stylesheet?

2014-04-12 10:14:05
On 04/11/14 17:51, David Carlisle wrote:
On 11/04/2014 23:35, Larry Evans wrote:
 ><!--How to avoid this hardcoding of xpath-default-namespace?-->
<xsl:template match="html">

the model really is that you _want_ to hardcode the namespace just as
you have hardcoded the local-name "html" they are just two parts of the
same name.
[snip]
Duh.  Your right, that makes perfect sense about needed to hardcode
the name.

Thanks for helping me see that.

-regards,
Larry




--~------------------------------------------------------------------
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>
--~--