Leonidas-from-XIV / node-xml2js

XML to JavaScript object converter.
MIT License
4.87k stars 601 forks source link

Stream output to XML #584

Closed RobertSmart closed 3 years ago

RobertSmart commented 3 years ago

Hi, Is there a way to stream the XML output to a file rather than do it all in memory?

Using the buildObject function works fine till I get some larger objects and then I get GC error.

Thanks,

Rob Smart

Leonidas-from-XIV commented 3 years ago

No, currently there isn't.