Getting this while trying to make a profile The 'GrindArea' start tag on line 40 does not match the end tag of 'Hotspots'. Line 66, position 5.
The two most common (but not the only) causes of this problem are the following... Using ">" to close an element when you meant " />": <Pickup .... > <!-- wrong, we need it to be "<Pickup .... />" --> Using a beginning tag twice, when you meant to use a closing tag: <Vendors> <Vendor... /> <Vendor... /><Vendors> <!-- wrong, should have been </Vendors> --> Its a syntax error in the XML for certain. If you can't find it, you'll have to show us the part of the profile from the beginning up to and Line 68-ish. cheers, chinajade
it means that you messed up some code. I got that when i had 2 <hotspots> or 2 </hotspots> or <hotspots> wasn't inside of grindarea (or code wasn't finished properly) feel free to upload the profile and we can take a look at it