VBScab
Posts: 6623
Score: 190 Joined: 9/5/2006 From: London, UK Status: offline
|
quote:
ORIGINAL: cl3tUs Not sure what to look for. Nor me, but I would *guess* that your XML is incorrectly formatted, more specifically, it's probably missing a closing 'marker'. XML is essentially the same as HTML, i.e. every tag (element, node, whatever) needs a closing tag. For example, in HTML, if you use [bold], you need to end the emboldening with [/bold]. Note that I'm using '[' rather than '<' in order to not screw up any formatting on *this* page. In XML, lots of people (including Microsoft) use the shortcut (i.e. lazy) method of closing, i.e. with just a slash. When they mix the two (full and lazy) it just confuses newcomers. In your file, for example, the 'Configuration' tag is closed properly (with '/Configuration') but 'OptionState' is not.. I'd walk through the file and add proper closing tags then re-test.
_____________________________
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you. - Try using http://www.google.com before posting. - I answer questions only via forums. PMs and personal emails will be ignored.
|