Need an XML Example Using Xpath

  • Thread starter Thread starter JimBob
  • Start date Start date
J

JimBob

Ive been messing with this for a couple of days now and am out of
ideas. I need to write a program to read and write an XML file im not
haveing much luck. Could someone please post a good example of how to
BOTH Write and then read an XML Doc using XPath and Nodes. Thanks for
your help.
 
JimBob napisal(a):
Ive been messing with this for a couple of days now and am out of
ideas. I need to write a program to read and write an XML file im not
haveing much luck. Could someone please post a good example of how to
BOTH Write and then read an XML Doc using XPath and Nodes. Thanks for
your help.

Hi,

- Here are 101 Vb examples, where you can find how to use XML with VB:
http://tinyurl.com/pvln2
- here you will find Absolute Beginner's Video Series. Lesson 10:
Working with XML:
http://msdn.microsoft.com/vstudio/express/vb/learning/
- here you can find some articles about XML and VB.

Hope this helps.

Regards,
sweet_dreams
 
Back
Top