Re: [xsl] Proposed syntax for namespace binding in XPath

Subject: Re: [xsl] Proposed syntax for namespace binding in XPath
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 2 Apr 2007 10:11:26 +0100
...But I don't want to overcomplicate things. One of the
benefits of an interface like saxon:evaluate() is that it is stateless.


Is it possible to just match on prefix, regardless of binding? eg,

"foo:bar"

...will match any bar node prefixed with foo - the calling app doesn't
care what "foo" is bound to in the XML, as long that's the prefix.

If that's possible, that would be a really useful option.

Current Thread