Results 1 to 4 of 4

Thread: Newbie Question on XML

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    40

    Question Newbie Question on XML

    For a project I am working on I am going to try to implement XML, can anyone point me to a tutorial for using XML within .net. I couldn't find anything on mdsn that was really helpful on the subject.
    Thanks

  2. #2
    New Member
    Join Date
    Sep 2002
    Posts
    4
    .net have all in System.Xml class.
    All what u need is to know what xml is. An example how to use xml is:
    http://msdn.microsoft.com/library/de...orkwithXML.asp

    U need to know what xml is or how to use with .net?
    XmlTextReader/ XmlTextWriter read/write from and xml stream

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    40

    Clarification

    For some reason the code supplied by microsoft doesn't run correctly (fiqures doesn't it). I was looking into how to create XML schemas, and what XML looks like in use, thanks in advance.

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You can also use a Dataset to work with XML data. You can load an XML file in and also save to one.

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