Hi. Not sure if this is the solution but I have figured something out.
When you extract the xml file to add the lines (if you do it that way rather than edit it directly in OpenIV), depending
on what you use to open it (Notepad, Notepad++, Word etc) and then edit it, when you save it (even if you do so as UTF8
which is the indicated format) some of the characters become changed. Here is an example: the original XML file has this
at the start:
<?xml version="1.0" encoding="UTF-8"?>
Whilst the saved version, due to the change in encoding caused by saving with an external editor ended up looking like
this:
o;?<?xml version="1.0" encoding="UTF-8"?>
Not sure if this is the solution or affecting anyone else but worth posting. I suggest editing only in Open IV instead of
extracting and opening and editing elsewhere...
Ok and I found another thing that might help.
When I downloaded the XML file the backslashes were forward slashes on the file paths. Not sure why but watching videos
many people had backslashes so I changed these. I did it by copying it from the built in text editor to notepad but not
then reuploading that notepad - simply find and replace making sure to then fix the closing wickets on with forward
slashes after. Then I copied the code and pasted back into the editor.
I then used the 'check XML' syntax button and discovered that there was an error in the list that has been there from the
source download. It may be that all the steps I took before this are irrelevant and unnecessary. Line 33 (I think it was)
has a lower case 'i' for the Item tag. Changing this to an upper case I validated the code. This solved the problem!