Svante Schubert
Svante Schubert
Hi yoep, I did so now: https://github.com/yoep/xsd-compare/pull/10 It was a a pleasure to work on this and I have learned a lot about XSD (reading the spec) and on the...
Could you please provide a draft pull request with a test case of your scenario, to easily reproduce your problem?
I have added PR #295 with a test case that shows that on the current master branch, the problem no longer exists. You may copy the test to your environment....
If you look into the error stack above, you see that the following call does not exist in your Android: `XMLOutputFactory.newFactory()` being called from https://github.com/tdf/odftoolkit/blob/master/odfdom/src/main/java/org/odftoolkit/odfdom/pkg/rdfa/DOMRDFaParser.java#L34 the method is available in...
For simplicity reason, we are not providing yet the support of multiple versions at the time or the transformation of one version to the other. IMHO this functionality should be...
5. The HTML form of the ODF specification has to be exchanged with all its images. Test the HTML specification - should already be done on TC level, but better...
NOTE: The current ODF 1.3 branch based on the master will be abandoned and new ODF 1.3 branch will be created for the 1.0.0 release branch.
There are **36 new feature/enhancement in ODF 1.3**. They are described in detail in the OASIS JIRA bugtracker, there is a [**query for ODF 1.3 feature/enhancment**](https://issues.oasis-open.org/browse/OFFICE-3959?jql=project%20%3D%20OFFICE%20AND%20issuetype%20in%20(Improvement%2C%20%22New%20Feature%22)%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%20%22ODF%201.3%22). An overview of the...
Oh, I feel(ed) safe as using the following Apache release auditing tool: https://creadur.apache.org/ mvn install **-Ppedantic** The library was used by OpenXChange to handle the JSON for the ODF operations...
You might need to exchange the pom.xml dependency to the JSON lib you like to change to, too. Otherwise, you won't be able to test the build. Obviously the solution...