[nodejs] Re: node-xml-lite

2012-07-19 Thread dhruvbird
Is it possible to feed this parser an incomplete XML stream and then pass it the rest of the stream? Something like a sax parser? I'm asking since all the examples show that you are passing a complete xml document to the parser every time. On Wednesday, July 18, 2012 12:24:30 PM UTC-7, Henri

[nodejs] Re: node-xml-lite

2012-07-18 Thread Henri Gourvest
Le 18/07/2012 17:34, Angelo Chen a écrit : Looks good, is it a pure js? Yes it is 100% pure js. Can it support xpath? No A sample ? see readme: https://github.com/hgourvest/node-xml-lite/blob/master/README.md -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: node-xml-lite

2012-07-18 Thread Angelo Chen
How to extract a element from a XML string? Thanks On Jul 18, 11:39 pm, Henri Gourvest hgourv...@gmail.com wrote: Le 18/07/2012 17:34, Angelo Chen a crit : Looks good, is it a pure js? Yes it is 100% pure js. Can it support xpath? No A sample ? see

[nodejs] Re: node-xml-lite

2012-07-18 Thread Henri Gourvest
Le 18/07/12 17:56, Angelo Chen a écrit : How to extract a element from a XML string? non SAX functions return objects like this { name: root, attrib: {...} childs: [...] } -- Job Board: http://jobs.nodejs.org/ Posting guidelines: