Svante Schubert

Results 122 comments of Svante Schubert

Incidentally, I started the last week-end myself to update the old GitHub version to current Node 12 LTS and aiming to use PostgreSQL 12. The idea is to pull the...

@triestpa Patrick, it seems you have forgotten to merge this one. :-) I have not forgotten, but work projects steal my time, really love to start again on your project...

What worked out well as general whitespace normalization by Maven for [our ODF Toolkit project pom.xml ](https://github.com/tdf/odftoolkit/blob/1.0.0_SNAPSHOT/pom.xml) was the [editorconfig-maven-plugin](https://github.com/ec4j/editorconfig-maven-plugin) It will fix whitespace during the build by automation (instead...

Please note, that this normalization step causes a lot of noise to prevent noise in the future. You might want to consider to merge other pull requests prior, or the...

VeraPDF should be used for validation instead of PDFbox, which implements a parser compliant with the ISO-19005 specification (aka PDF/A-1) or to check compliance with PDF/A-1b: https://pdfbox.apache.org/1.8/cookbook/pdfavalidation.html

I have once documented the how2 of a Maven release: https://tdf.github.io/odftoolkit/release-guide.html Contact me if you have a question :-)

Dear KoSIT team, Shouldn't business rules be independent of syntax? In natural language, shouldn't a sentence be "TRUE / FALSE" regardless of whether I say the sentence in French or...

PS: Please note, that in the upcoming EN16931-1 revision, the Credit Note total will no longer allowed to be negative. It was decided in the CEN ballot last summer. Internal...

Added some missing facets to comparison including test documents to compare changes ([1](https://github.com/svanteschubert/xsd-compare/blob/develop/src/test/resources/xsd/facets1.xsd)/[2](https://github.com/svanteschubert/xsd-compare/blob/develop/src/test/resources/xsd/facets2.xsd)) - xs:maxInclusive - xs:maxExcluisve - xs:minInclusive - xs:minExclusive - xs:totalDigits - xs:fractionDigits and improved the reporting and...

Finally, I have done some further programming of improvements: 1. added the detection of changes of the compsitor (xs:sequence, xs:choice, xs:all) 2. improved the output of comparisons: Stating no semantic...