assistunion / xml-stream

XML stream parser based on Expat. Made for Node.
MIT License
318 stars 110 forks source link

Is there anyway to turn collect on by default or for all nodes. #45

Open danielyaa5 opened 9 years ago

danielyaa5 commented 9 years ago

'By default, parsed element node contains children as properties. In the case of several children with same names, the last one would overwrite others. To collect all of subitem elements in an array use'. I would like this to happen for all nodes but specifying every node would be time consuming.

erkie commented 8 years ago

Duplicate of https://github.com/assistunion/xml-stream/issues/37