Click to See Complete Forum and Search --> : Newbie Question on XML
applescript
Sep 26th, 2002, 08:21 PM
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
Willyx
Sep 28th, 2002, 10:47 AM
.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/default.asp?url=/library/en-us/dnvssamp/html/vbcs_WorkwithXML.asp
U need to know what xml is or how to use with .net?
XmlTextReader/ XmlTextWriter read/write from and xml stream
applescript
Oct 1st, 2002, 12:12 AM
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.
Edneeis
Oct 1st, 2002, 12:28 AM
You can also use a Dataset to work with XML data. You can load an XML file in and also save to one.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.