segmentio / xml-parser

simple non-compliant xml parser for nodejs
101 stars 36 forks source link

support self closing tags #1

Closed zenlor closed 10 years ago

zenlor commented 10 years ago

support self closing tags like

<tag attr=“moo” />

or

<tag />