From 9476194b8b885654caf06a3ae3bd6ea092384cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Sat, 24 Aug 2019 15:17:37 +0200 Subject: [PATCH] updated history --- History.md | 3 ++- doc/development_documentation.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 844bee24..5c153104 100644 --- a/History.md +++ b/History.md @@ -1,11 +1,12 @@ 1.7.4 ===== -2019-08-22 +2019-08-24 - #102 XML entities for ZF2 export - corrected addAddtionaldata to addAdditionalFile - add zugferdimporter.getversion - add total amount in metrics +- #132 Mustangproject does not work w/ Java 11 1.7.3 diff --git a/doc/development_documentation.md b/doc/development_documentation.md index 4e0406ca..347a0bcf 100644 --- a/doc/development_documentation.md +++ b/doc/development_documentation.md @@ -9,6 +9,15 @@ Toecount is now part of the package which can be build with 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 `package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"`