R
rjmolesa
I have a gnucash file that I'm trying to transform into an identical
XML file without the invoices.
I've been at this for a while now. The gnucash file is in XML and the
element I'm looking into is:
<gnc:transaction>
I want to ignore those that contain <slot:key>gncInvoice</slot:key>
which is a child of slot which is a child of slots which is a child of
transactions.
Any help you're willing to provide would be greatly appreciated.
Thanks.
XML file without the invoices.
I've been at this for a while now. The gnucash file is in XML and the
element I'm looking into is:
<gnc:transaction>
I want to ignore those that contain <slot:key>gncInvoice</slot:key>
which is a child of slot which is a child of slots which is a child of
transactions.
Any help you're willing to provide would be greatly appreciated.
Thanks.