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

Subject: Re: [xsl] Find the root element from an attribute node
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 11 Jul 2008 16:19:36 +0100
> 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/

Current Thread