Am Samstag, den 19.01.2013, 10:27 -0800 schrieb Simon Michael:
> On Sat, Jan 19, 2013, at 09:33 AM, Joachim Breitner wrote:
> > not with hledger directly, but ledger can read the GnuCash file format:
> > $ zcat ~/gnucash/privat.xac | ledger -f - print
>
> Thanks for the concrete example. I've always wanted to (re)learn how to
> do this.
>
> My old gnucash files have .gnucash suffix and look like:
>
> $ head accounts2007.gnucash
> <?xml version="1.0" encoding="utf-8" ?>
> <gnc-v2
> xmlns:gnc="
http://www.gnucash.org/XML/gnc"
>
> My ledger version is 3.0.0-20110325, and it gives no output or error
> when I try to print the .gnucash file. Are you using 2.6 ?