I want to construct this XML file:
<root>
<data>
<track src="123456">
<desc id="1" mt="audio/mp3" ra="24" dr="221" nv="10005761">
Madonna - La Isla Bonita
</desc>
<clipdata>PD94bWwgdmVyc2lvbj0iMS4wIiBlb</clipdata>
</track>
</data>
<completed/>
</root
This is some part of the code:
this.xml.startElement("", "", Const.XML_ROOT, atts);
...