hi guys:
upon microsoft 's xml dom i could build xml tree simply .and usually a xml tree looks like this:
<node attribute="something ",attribute2="other">content</node>
how to make it looks like tht:
<node attribute='something',attribute2='other'>content</node>
anybody helps? thanks
