Error when try to parse: <listItem labels = "a, b, c&d" /> This is the string, I try to parse a variable from sql, and I found that on the line with the error is a "&" char. Don't know for other chars.
Logged In: YES user_id=1455249 Originator: NO
Thanks. I hope the new version don't do that.
Logged In: NO
Finally, it's not a bug. XML require " &...; " (example : ) " & " alone is deprecated.
Log in to post a comment.
Logged In: YES
user_id=1455249
Originator: NO
Thanks. I hope the new version don't do that.
Logged In: NO
Finally, it's not a bug. XML require " &...; " (example : )
" & " alone is deprecated.