XML Syntax
-
Hello guys I'm having an issue adding a add-on vehicle XML file in dlclist.xml file
''XML parsing error at line 0, col 0:
A name contained an invalid character''
Any helpful tips would be appreciated!
-
Make sure your 'dlclist.xml' starts identical to this (you can copy & paste these three lines to make sure):
<?xml version="1.0" encoding="UTF-8"?> <SMandatoryPacksData> <Paths>
If you're still having issues after that, upload your dlclist to Mediafire or paste it to Pastebin etc & share the link & I'll take a look at it
-
pls take a look- https://pastebin.com/NhjTR8i7
-
<Item>dlcpacks:\mcst\</Item> <item>dlcpacks:\bc\</item> <Item>dlcpacks:\rrst\</Item <!-- missing '>' at end of line --> <Item>dlcpacks:\rmodgt63\</Item <!-- missing '>' at end of line --> <Item>dlcpacks:\rmodlp750\</Item> </Paths> </SMandatoryPacksData>
Should look like this:
<Item>dlcpacks:\mcst\</Item> <item>dlcpacks:\bc\</item> <Item>dlcpacks:\rrst\</Item> <Item>dlcpacks:\rmodgt63\</Item> <Item>dlcpacks:\rmodlp750\</Item> </Paths> </SMandatoryPacksData>
Here is a tut that covers the basics of 'dlclist.xml' troubleshooting & how to use OpenIV to syntax check files. Worth a read
-
@a63nt-5m1th thank you very much!