On Jul 5, 9:05 pm, Alan Gutierrez <[email protected]> wrote: > To clarify. I'm looking for an implementation of W3C XML DOM.
Well, I don't think you're going to find much in the way of XML DOM modules that are pure JavaScript, except the ones you already mentioned. The only other one that I know of that is pure JavaScript and *might* provide what you're looking for is a fork of node-htmlparser [1] (and another module [2] that builds on top of that by providing jQuery-like selectors and whatnot). [1] https://github.com/FB55/node-htmlparser [2] https://github.com/MatthewMueller/cheerio -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
