2012-03-18, 08:49 PM
rkircher Wrote:I examined your Vertical.xml file and noticed the first line to be suspicious:Sorry, this post has nothing to do with your issue but for future reference, if you are dabbling with XML files from other systems and see...
<?xml version="1.0" encoding="utf-8"?> I changed it to <Vertical.xml version="1.0" encoding="utf-8"?>.
Code:
<?xml version="1.0" encoding="utf-8"?>
sub parses the npvr XML files his own way so it wouldn't have mattered in this case that you edited it. Most standard XML parsers on the other hand wouldn't have been at all happy with your edit.
As I said, sorry to side-track but be very careful when editing XML.
Cheers,
Brian