XSLT Transform for Gnucash XML file

Matthew Vanecek mevanecek at yahoo.com
Fri Sep 5 16:26:43 CDT 2003


<quote who="Régis Leroy">
> Personnaly I've been writing a quite big XSL file based on Zach Garner
> one (zach at neurosoft.org) which had been published in this mailing list
> long before. You can use it to obtain a gnumeric file witj multiple
> sheets (diary, one sheet per account, accounts sheet).
> It's, to my mind, a quite big piece of work and it can be useful for
> others, so here it is.
> there's still some work to do on it, like prices for example. And maybe
> an OpenOffice output...
> Feel free to contribute, keep in touch on http://xslfactory.free.fr
>
> Matthew can I reuse your stylesheet on this site?
>

Yes, of course! :)  As Derek mentions, there are quite a few namespace
declarations missing, but that's not really a problem.  I just put in the
ones that were in my personal data file, and I don't have any business
objects.

>
> Le ven 05/09/2003 à 15:59, Derek Atkins a écrit :
>> Matthew,
>>
>> I just want to note that you've left out a large number of
>> (business-feature) namespace definitions here.  I'll leave it
>> as an exercise to enumerate the rest.
>>
>> -derek
>>
>> Matthew Vanecek <mevanecek at yahoo.com> writes:
>>
>> >
>> > //----------------SECTION A BEGIN-------------------------
>> > <gnc-v2 xmlns:cd="http://www.gnucash.org/XML/cd"
>> >         xmlns:book="http://www.gnucash.org/XML/book"
>> >         xmlns:gnc="http://www.gnucash.org/XML/gnc"
>> >         xmlns:cmdty="http://www.gnucash.org/XML/cmdty"
>> >         xmlns:trn="http://www.gnucash.org/XML/trn"
>> >         xmlns:split="http://www.gnucash.org/XML/split"
>> >         xmlns:act="http://www.gnucash.org/XML/act"
>> >         xmlns:price="http://www.gnucash.org/XML/price"
>> >         xmlns:ts="http://www.gnucash.org/XML/ts"
>> >         xmlns:slot="http://www.gnucash.org/XML/kvpslot"
>> >         xmlns:cust="http://www.gnucash.org/XML/cust"
>> >         xmlns:addr="http://www.gnucash.org/XML/custaddr">
>> > //----------------SECTION A END-------------------------
>> >
>> >
>> > _______________________________________________
>> > gnucash-devel mailing list
>> > gnucash-devel at lists.gnucash.org
>> > https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>>
>> --
>>        Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
>>        Member, MIT Student Information Processing Board  (SIPB)
>>        URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
>>        warlord at MIT.EDU                        PGP key available
>> _______________________________________________
>> gnucash-devel mailing list
>> gnucash-devel at lists.gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel





More information about the gnucash-user mailing list