Hi
Attached is arealy small XML file that doesnt work Could someone please look at it and tell me what the problem is
Thanking you in advance
PORRASTAR
Printable View
Hi
Attached is arealy small XML file that doesnt work Could someone please look at it and tell me what the problem is
Thanking you in advance
PORRASTAR
This is a perfectly valid XML file (and you could have posted its contents directly, 4 lines are not worth downloading and unzipping).
What do you mean, "doesn't work"?
Hi
Thanks for the reply. I get the following error:
An invalid character was found in text content. Error processing resource 'file:///C:/eee.xml'. Line 3, Position 24
Ah.
Apparently those spaces are not only normal spaces, but intermixed non-breaking spaces and normal spaces.
Replace every non-normal space with &#A0; and you should be fine.