- Home /
XPATH: yyException: irrecoverable syntax error
Hi,
I'm trying loading things via XML and things have been going well until i get strange characters like "(" in the name of the node i'm selecting, then it throws this error,
"yyException: irrecoverable syntax error".
I get no more details. I've tried googling the issue and nothing has come up. Here is the code snippet where the error is thrown.
if (objects.SelectSingleNode(XMLNAME, nspManager) != null)
{ //do thing}
I have a feeling its got to do with that its an invalid character to parse. If this is the case, is there a list of characters i can check for and/or escape them so that there isnt an issue?
Thanks for the help
Your answer
Follow this Question
Related Questions
WWW is not ready downloading yet? 1 Answer
Unexpected Token: Collider. 1 Answer
Endless loading error 0 Answers
Placing a pre existing script into a pause menu 1 Answer
Need Help Serializing/Deserializing XML 0 Answers