Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - RE: [xsl] Proposed syntax for namespace binding in XPath [Thread Next] RE: [xsl] Proposed syntax for namespace binding in XPathTo: Date: 4/2/2007 9:54:00 AM > > 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. > > Useful maybe, but that one would definitely be a > non-conformance with the spec.... What you can already do of course in some APIs (including saxon:evaluate-node()) is to take the namespace bindings for the XPath expression from the in-scope namespaces of a given element node. That has almost the same effect as matching on prefix, except when the source document maps multiple prefixes to the same namespace (or the same prefix to multiple namespaces). It's also open to abuse, but it works well in a situation where the XPath expression is actually held within the document to be searched. Michael Kay http://www.saxonica.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
