|
-
Sep 26th, 2002, 08:21 PM
#1
Thread Starter
Member
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
-
Sep 28th, 2002, 10:47 AM
#2
New Member
.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
-
Oct 1st, 2002, 12:12 AM
#3
Thread Starter
Member
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.
-
Oct 1st, 2002, 12:28 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|