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 can provide the unit test code and ODS file if it helps. Thanks, Bruno
