oozcitak / xmlbuilder-js

An XML builder for node.js
MIT License
918 stars 107 forks source link

Something recently started going wrong with the order of xml output #215

Closed Savage-Moon closed 5 years ago

Savage-Moon commented 5 years ago

So a very small problem Im not sure if this is me using it wrong the whole time. but in the past the <?qbxml version="2.0"?> previously would print before the <QBXML> element.

just today im noticing the switch. the code does it in run kit as well as my program

xmlbuilder

oozcitak commented 5 years ago

Try the instructionBefore function please.

Savage-Moon commented 5 years ago

That fixed it. Sorry it was just out of nowhere. Thanks so much for the quick help.