xsl-list
[Top] [All Lists]

Re: [xsl] Find the root element from an attribute node

2008-07-11 08:20:13
Is there a way to say "any namespace"? Why isn't that the default?

yes:

match="/*:html"

The default is to match in no namespace.   In XSLT 2.0 you can change
the xpath-default-namespace to be whatever you like (such as the XHTML
namespace) for that very reason, so then match="/html" will work.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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