My xml looks like that...
I have this fixed header I need to append to any xml file I am writing, an idea how do I do that?
**<?xml version="1.0"?>
<!DOCTYPE profile SYSTEM "criteria_profile.dtd">**
<profile type="INTERC" id="6 " description="MushonTest" state="" lastchuser="MUSHON" lastchtmstmp="20130903132018 " createuser="MUSHON">
<root>
<node type="A">
<item description="crite3">
<field>AUTHCKMAN<criterion sign="I" opt="EQ" low="cl" high=""/>
</field>
<field>JOBCLASS<criterion sign="I" opt="EQ" low="clas" high=""/>
</field>
<field>JOBNAME<criterion sign="I" opt="EQ" low="nam" high=""/>
</field>
<field>SDLUNAME<criterion sign="I" opt="EQ" low="creat" high=""/>
</field>
</item>