Thread
:
VB, XML, and ASP
View Single Post
10-08-2000, 10:08 AM
#
2
mosquito
SQL nutcase
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
use the msxml object. It's the same way you would do it with
vb
.
Code:
Set oXml = createobject("msxml.XMLDocument") oXml.URL = FilePath Set xRoot = oXml.root
This way the complete structure of the xml file is exposed.
__________________
Join The PCMech RC5 Team Today!
mosquito
View Public Profile
Visit mosquito's homepage!
Find More Posts by mosquito