-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# xrechnung-visualization | ||
# XRechnung Visualization Transformators | ||
|
||
Support for web rendering of XRechnung | ||
XSL transformations for web rendering of German CIUS XRechnung or EN16931-1:2017. | ||
|
||
The transformations have to in either UBL Invoice/CreditNote XML and CII XML and have to be conforming to German CIUS XRechnung or EN16931-1:2017. | ||
|
||
The transformations have to happen in two steps: | ||
|
||
1. Either of UBL Invoice/CreditNote XML and CII XML have to be transformed to an intermediate XML valid to a proprietary simple [XML Schema](src/xsd/xrechnung-semantic-model.xsd) | ||
2. Then you can use the [xrechnung-html.xsl](src/xsl/xrechnung-html.xsl) to render an HTML document | ||
|
||
You can find an example use of these transformations in the [ant build script](build.xml). It also includes some technical tests. |