xsl-list
[Top] [All Lists]

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

2007-04-02 02:11:45
...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.

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