blob: a65398c8b7fd2b4f5a9345f3fdeb6c64a5e32c15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ledger-cli xml2html XLST
This XLST produces a browsable html page out of the xml files created by ledger xml.
It might be used in the future to create a ledger html output.
usage:
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 -
|