Skip to content

Commit

Permalink
Add first content to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkottmann committed Nov 15, 2018
1 parent 04d9fd3 commit 6ac1cc6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
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.

0 comments on commit 6ac1cc6

Please sign in to comment.