On Mon, Apr 14, 2014 at 12:39 PM, Bruno Girin <[email protected]> wrote: > Hi, > > I'm currently working on a piece of code that needs to read ODS > spreadsheets and I'm using files created by LibreOffice in my unit tests. I > am getting the following exception thrown when I call > SpreadsheetDocument.loadDocument(InputStream): > > org.odftoolkit.odfdom.pkg.OdfFileDom initialize > SEVERE: null > org.xml.sax.SAXNotRecognizedException: > http://xml.org/sax/features/xmlns-uris > > + full stack trace. > > Where should I start looking to find the source of the problem? I'm using > ODF Toolkit 0.6 and get the same error with 0.6.1 built from source (SVN > trunk). >
I'd start by running it through the ODF Validator component, to see if there is something wrong in the markup. -Rob > I can provide the unit test code and ODS file if it helps. > > Thanks, > > Bruno
