PDA

View Full Version : Parsing Error



gohokies07
December 16th, 2010, 01:34
Getting this error, any ideas?:


12/15/2010 8:16:19 PM : ERROR:System.Xml.XmlException: The ''' character, hexadecimal value 0x27, cannot be included in a name. Line 15, position 22.

<category name="Adventurer's Vault" mergeid="" baseicon="2" decalicon="1">
</category>
</tables>
<effects>
</effects>
*** <referenceAdventurer's Vault static="true">
<weapon>
</weapon>
<armor>
</armor>
<equipment>

Fot5
December 16th, 2010, 13:57
It looks like the error is being created by the apostrophe in "Adventurer's." Try removing it and see whether that fixes the problem.

EugeneZ
December 17th, 2010, 06:07
The space will also be a problem. How the heck did you end up with such a horrible XML node? You probably used "Adventurer's Vault" in a place you should have a used a far more simple string, like modestring (just use "av1")