Getting the XML without the <?xml &hellip;?> from minidom

lopauru

New Member
I've used minidom to create an XML and it comes out correctly but I need it to be returned without the \[code\]<?xml version="1.0" encoding="utf-8"?>\[/code\] at the beginning. Is there a way to get the XML without the \[code\]<?xml?>\[/code\] tag?
 
Back
Top