Hi
I'm trying to process an XML file, straight forward I would think, if only!
Here is the xml file.
I get "Type Mismatch" when setting str
I have tried a myriad of variations but just cannot get hold of the value.
Any ideas?
Thanks
Adrian
| <?xml version="1.0" encoding="ISO-8859-1"?> <Data> <Field name="First"></Field> <Field name="Second"></Field> </Data> |
|
Emulation "TN5250" Main Sub Main Dim objXMLDoc, Root, NodeList, str as String, colNodes Set Root = objXMLDoc.documentElement |
#Rumba




