Re: prefix resolving

2003-03-17 Thread Berin Lautenbach
pace::* trick to validate the berin-dsig is not otherwise used.) So having a way to pre-seed the resolver would be quite useful for stand-alone XPath evaluation. Cheers, Berin From: David N Bertoni/Cambridge/IBM <[EMAIL PROTECTED]> To: xalan-c-users@xml.apache.org Subject: Re: prefix re

Re: prefix resolving

2003-03-17 Thread David N Bertoni/Cambridge/IBM
com> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: prefix resolving

Re: prefix resolving

2003-03-17 Thread David Marston/Cambridge/IBM
Suzanne Dirkers asks: >how does one gather up all the [namespace] prefixes so that they are >all known when you want to evaluate an xpath expression against this >file using standalone xpath ( ie, no stylesheet)? Partial answer: The XPath expression //namespace::* selects all namespace nodes in th

prefix resolving

2003-03-17 Thread Suzanne Dirkers
Hi all, In an xml file like this: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> http://schemas.xmlsoap.org/soap/encoding/";> 94041 how does one gathe