What does the org.apache.xmlbeans.XmlException with a message of “Unexpected element: CDATA” mean?
问题 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 ideas of what element is unexpected, which is my problem. I am not able to share the code for this, but I can try to provide more information if necessary. 回答1: Not being able to share code or input data, you may consider the following approach. That's a very common dichotomic approach to diagnostic , I'm afraid, and