Re: namespaces

2005-10-07 Thread Michael Glavassevich
- > >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 5. Oktober 2005 17:26 > >An: j-users@xerces.apache.org > >Cc: Barthel Thomas, ([EMAIL PROTECTED]) > >Betreff: Re: namespaces > > > > > >Hi Thomas, > > > &

Re: namespaces

2005-10-07 Thread Thomas Barthel
I just want to make some XPath queries on my DOM. Thomas >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 5. Oktober 2005 17:26 >An: j-users@xerces.apache.org >Cc: Barthel Thomas, ([EMAIL PROTECTED]) >Betreff: Re: name

Re: namespaces

2005-10-05 Thread Michael Glavassevich
Hi Thomas, The JAXP 1.3 XPath API (javax.xml.xpath) [1] should meet your needs. Using this API, you provide your own namespace bindings by registering a NamespaceContext with an instance of an XPath. [1] Xalan-J has an implementation of this API. [EMAIL PROTECTED] wrote on 10/05/2005 07:52:55