On Jun 10, 6:08 pm, John Wiegley <[email protected]> wrote: > > You could also pipe the output of "ledger xml" to "tail +2"... >
tail -n +2 I think? And then write my own header? Nice one! Much more elegant than hacking xml.h. Thanks! I also hacked xml.h to output some more xml data like time of creation into the xml. Your suggestion is much more elegant. Though, maybe an argument which only outputs the entry and child elements is nice. Just a little suggestion. I'll live with chopping it up.
