From 829f633874df965453eadc429777723ed707800b Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 25 Oct 2021 12:20:34 +0200 Subject: readme to generate html file file directly from ledger xml output --- contrib/html/README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/html/README b/contrib/html/README index 4bda6aec..a65398c8 100644 --- a/contrib/html/README +++ b/contrib/html/README @@ -5,4 +5,11 @@ This XLST produces a browsable html page out of the xml files created by ledger It might be used in the future to create a ledger html output. usage: - xsltproc ledger.xsl input.ledger.xml > output.ledger.html + + from existing xml file: + + xsltproc --output output-ledger.html ledger.xsl input-ledger.xml + + from ledger file directly: + + ledger -f input.ledger xml | xsltproc --output output-ledger.html ledger.xsl - -- cgit v1.2.3