![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am using ms acces 2002 to read an xml file. I am using the DOM object in ms access - version xml 4 with service pack 2. here is the start of the code below. But I am having trouble reading in the xml file. It seems to be well formed and I was even able to read an earlier version of the file. This file is a result of being zipped. Could that be the case? Maybe some invisible chars causing the problem. How can I test this bit of code. I get no 'Product' nodes returned. Where as before the file was traversed nicely. It seems the older and new file were identical, but I cannot read the newer one. What can I do? The header for both is: ?xml version="1.0" encoding="UTF-8"? Dim test As DOMDocument Dim nodelist As IXMLDOMNodeList Dim anode As IXMLDOMNode Set test = New DOMDocument test.async = False test.Load "c:\testxml.xml" Set nodelist = test.getElementsByTagName("Product") ------------- Thanks so much Unless you specify the version it's possible you are not using version 4 parser: |
![]() |
| Thread Tools | |
| Display Modes | |
| |