CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    73

    Arrow 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

  2. #2
    Join Date
    Jan 2005
    Posts
    73

    Question Re: a simple question about using XML DOM

    nobody?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured