CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    May 2006
    Posts
    306

    More XmlDocument Help, attribute trouble!

    Okay, so when I save a document with a blank attribute like this.

    Code:
    <Attrib></Attrib>
    It comes out looking like this.

    Code:
    <Attrib>
    </Attrib>
    Is there any way to prevent this?
    Last edited by code?; January 3rd, 2009 at 09:46 PM.

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