Does anyone know how to append to an XML file while still enclosing it in a <master tag>?
<entries>
<entry1 />
<entry2 />
</entries>
becomes
<entries>
<entry1 />
<entry2 />
<entry3 />
</entries>
Because it is safe-perl, I cannot include modules. I would know the exact length of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.