I
Imran
Hello all,
when i use DOM to generate the XML file ,what i get for a tag is as follows
<MYTAG ATT="Hello"/>
But what I want it
<MYTAG ATT="Hello"></MYTAG>
How to get this way?
Thank you
when i use DOM to generate the XML file ,what i get for a tag is as follows
<MYTAG ATT="Hello"/>
But what I want it
<MYTAG ATT="Hello"></MYTAG>
How to get this way?
Thank you