I'm working on getting a release candidate for 3.0 ready in the next
few weeks, and one of the pieces not yet written is the XML export/
import support. I'm wondering how important this is to the people on
the list, and how many of you would not upgrade if it were missing.
Thanks, John
Others have better expressed my opinion--
http://harmful.cat-v.org/software/xml/
Save your time ...
Rgds,
--
Mike Bishop
Willow, Alaska
I would.
--
Duy
-Andreas
On Tue, Oct 27, 2009 at 07:03:41PM -0400, John Wiegley wrote:
>
But thanks anyways ;)
> Others have better expressed my opinion--
>
> http://harmful.cat-v.org/software/xml/
It looks like full XML support will not block the 3.0 release. :) I
may code in export, since that is fairly trivial (and partly
completed), but certain not import as of yet.
Thanks everyone, John
How would this be different from the XML format supported in Ledger
2.6.2 (which I guess is the same as / similar to GnuCash's format)?
Or is that the format you're talking about?
FWIW, I'd use it, but it's not decisive.
-Karl
David
> CSV output would be nice though :)
Try the "csv" report. :)
John
I use XML output occasionally, so I would need that in order to upgrade.
Thanks!
Cheers,
- ar
I use XML output extensively for outputting invoices etc. The simple
XML out option in 2.6.2 would be nice. Though, if it's not important
to anyone else, then don't bother.
> I use XML output extensively for outputting invoices etc. The simple
> XML out option in 2.6.2 would be nice. Though, if it's not important
> to anyone else, then don't bother.
Now that the Python support is working, it shouldn't be hard at all to
write an XML generator in that language.
John
> I use XML output extensively for outputting invoices etc. The simple
> XML out option in 2.6.2 would be nice. Though, if it's not important
> to anyone else, then don't bother.
Ok, I have restored the XML output. It provides as much information
as 2.x did, plus a little extra. However, the format has changed
rather substantially. The tag names, the nesting, and some tags are
now attributes.
I'll be pushing this to the next branch before I head to sleep.
John
ledger xml | tidy -q -indent -xml -utf8
Provided you have the tidy command installed on your system.
John
Thanks for all your work on this John! I'll dig in now and see what I
need to do to use 3. Cheers!