node-xml
node-xml copied to clipboard
fix multiple input to xml() issue
When multiple elements are passed into xml()
, closing the first element should actually close the stream. The elements added to xml()
should be closed in reverse order.
Please check #30 for details
@dylang ping!