updated history

This commit is contained in:
Jochen Stärk
2019-08-24 15:17:37 +02:00
parent cb391ac27e
commit 9476194b8b
2 changed files with 11 additions and 1 deletions

View File

@@ -1,11 +1,12 @@
1.7.4 1.7.4
===== =====
2019-08-22 2019-08-24
- #102 XML entities for ZF2 export - #102 XML entities for ZF2 export
- corrected addAddtionaldata to addAdditionalFile - corrected addAddtionaldata to addAdditionalFile
- add zugferdimporter.getversion - add zugferdimporter.getversion
- add total amount in metrics - add total amount in metrics
- #132 Mustangproject does not work w/ Java 11
1.7.3 1.7.3

View File

@@ -9,6 +9,15 @@ Toecount is now part of the package which can be build with
mvn clean package mvn clean package
``` ```
## Eclipse
Eclipse XPath Evaluation plugin from the Eclipse Marketplace provides a very handy view to apply XPath on a XML file, useful e.g. when you try XPath expressions or you only have the Xpath, not the line number, to a problem.
To be able to validate against schema files, enter Settings|XML|XML Catalog and add the location of e.g.
zugferd2p0_en16931.xsd, which will resolve to the key (namespace)
urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100, just as ZUGFeRD1p0.xsd will provide the key for
urn:ferd:CrossIndustryDocument:invoice:1p0
## Test ## Test
`package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"` `package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"`