|
-
March 24th, 2007, 05:17 AM
#1
a simple question about using XML DOM
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
-
March 25th, 2007, 08:47 AM
#2
Re: a simple question about using XML DOM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|