I have a very weird problem: I run the same code on the two xml files, the second of which is the copy of the first one (I copied the contents, maybe that's a problem). The code uses REXML to parse the xml file, on the first file it's all good, on the second I have this error: Failed: malformed XML: missing tag start Line: 2 Position: 102 Last 80 unconsumed characters:
<t>dede</t>
The contents of the xml file is:
<?xml version="1.0" standalone="yes"?>
<t>dede</t>
Any ideas?
Thanks a lot