Results 1 to 2 of 2

Thread: XMLDocument

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    XMLDocument

    Using the XML document in System.Xml.XMLDocument how would I create the folow9ing XML:
    Code:
    <WokasUIObject>
       <User>
            <Username>Woka</Username>
            <Password>Woof</Password>
            <DOB>13th June 2063</DOB>
            <IsNew>False</IsNew>
       </User>
    </WokasUIObject>
    Also, would it be possible to specify the data types for the user props?

    Woka

  2. #2

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