Results 1 to 4 of 4

Thread: XML structure to string

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2007
    Posts
    234

    XML structure to string

    I need a little bit of help writing an XML-formatted string so that I may later encrypt it.

    If I create an XMLDocument, it will insert its formatting tag <?xml version="1.0" encoding="Windows-1252"?> and I need to avoid this.

    I'm not very familiar with streams, or how to output an XMLWriter to one.

    How can I get this structure "<file><node name="" value=""><anothernode name="" value=""></file>"

    Thanks in advance for any tips, links or pseudocode. anything helps.
    Last edited by unxzst; Sep 23rd, 2011 at 03:55 PM. Reason: ninja edit

Tags for this Thread

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