I have a XML structure somewhat like this:
<root> <a/> <b/> <b/> <a/> <a/> </root>
I'm trying to parse and load an XML document, however I'm getting this exception when I call the parse method on the class that extends XmlObject. Unfortunately, it gives me no ...