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?
FYI ne of the member sugg that, create an empty element, but is it
possible to achive thru setting some options?
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?
FYI ne of the member sugg that, create an empty element, but is it
possible to achive thru setting some options?
Thank you