1 users online. Create an account or sign in to join them.Users
Dynamic XML error
This is an open discussion with 1 reply, filed under Troubleshooting.
Search
My only thought it that it's ISO8859-1 and not UTF8, so the tm symbol might be tripping up.
Create an account or sign in to comment.
Hello everyone,
I have very strange problem with dynamic XML ds:
<error>XML returned is invalid.</error> <errors> <item>loadXML(): Start tag expected, '<' not found in Entity, line: 1</item> </errors> <error>XML returned is invalid.</error> <errors> <item>loadXML(): Start tag expected, '<' not found in Entity, line: 1</item> <item>loadXML(): Start tag expected, '<' not found in Entity, line: 1</item> </errors>XML data looks like valid XML. When i copy-paste source to static XML file, everything works fine.
Do you have any ideas what is wrong with that XML?
Thanks.