Re: Node.prototype.selectNodes function problems
Emmanouil Batsis <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > Yes, I know of Sarissa, it's just a little overkill for my app, I want > to keep it as lightweight as possible. > > I think my problem has something to do with the namespaces in my > document. Do I have to do something special to make the > document.evaluate function work with an xmldocument with soap > namespaces (soap, xsi, xsd)? > Yup, you have to bind namespaces URIs to prefixes used in your XPath see how sarissa does it.