Thanks newsletter-42! I tried xmlbeans. My code is below: ... XmlObject xmlObject = XmlObject.Factory.parse(file); ... And I got exception in this line: org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA
I think that I have to use jdom... newsletter-42 wrote: > > depends on your needs but if you only want to process the information > within the file. You could use xmlBeans (http://xmlbeans.apache.org/) to > read the xml file and process it that way. > > Cheers > -- View this message in context: http://www.nabble.com/How-to-convert-xml-to-xls-tp23852396p23868222.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
