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: > I'm trying to create a javascript application that uses data returned > from a (ASP.NET) webservice. I want a cross-browser (IE/Mozilla) > solution for this. The webservice data loads fine into a document, but > then I want to use XPath to select particular nodes in this document. Try the sarissa library at sarissa.sf.net, it implements selectNodes and selectSingleNode for Moz (or any DOM L3 Xpath capable browser) hth, Manos