XML problem

Started by weissenb, August 09, 2013, 01:09:25 AM

Previous topic - Next topic

weissenb

Hello!
I need help because I want to use the "Parsing XML Using Msxml2.DOMDocument.4.0" (http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/XML/MSXML+Parse~XML~File~Using~MSXML.txt).

If I try the script the following error appears:
"Error Code:-1072896660
Reason: The specified attribute was not expected at this location.
The attribute may be case sensitive.
Line: 1 Column: 7
Text: <?xml Versions" 1.0" encoding="ISO-8859-1" ?>"

Thank you very much for any help!

Christian Weissenberger

JTaylor

The problem is what it says....change "Version" to "version".

Jim

Deana

Looks like the problem was with the capitalization of the first letter in 'Version'.

Change:
<?xml Version="1.0" encoding="ISO-8859-1" ?>
To:
<?xml version="1.0" encoding="ISO-8859-1" ?>

The XML has been updated in the tech article: http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/tsleft.web+WinBatch/XML/MSXML+Parse~XML~File~Using~MSXML.txt
Deana F.
Technical Support
Wilson WindowWare Inc.