I don't think it likes the
<!DOCTYPE scriptingNews SYSTEM "http://www.scripting.com/
if I remove this line, it works fine.
with that declaration, the xml editor in visual studio is complaining about missing elements in the header, specifically a 'docs' element, which looks like is required per the dtd.
if you can, just remove that from the xml, if you can't, I got nothin' :)
Main Topics
Browse All Topics





by: carl_tawnPosted on 2007-04-30 at 16:30:43ID: 19005361
Uncomment this block:
e <> 0 Then
' If objXML.parseError.errorCod
' handle the error
' End If
I may be that it is not parsing the file correctly for some reason.