blob: 4bda6aecd646a1fd8a4304f3b524e54759d8091b (
plain)
1
2
3
4
5
6
7
8
|
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:
xsltproc ledger.xsl input.ledger.xml > output.ledger.html
|