I am having a case where I want to add this tag in my xml just below the prolog something like this :
<?xml version="1.0"?>
<?AXOXMLMAP FILE=gnvouchr LIBRARY=. ;VOLUME=xmlmap?>
I am able to add the first line , but not getting how do I add the second line. If I use create it adds the closing tag as well. I just want this one single tag with the properties I have mentioned.
I am using xmlbuilder npm package. If there is any other npm package that can serve this purpose, that would work too.