XML syntax/semantic ?

Willi Tonsern willi.tonsern at aon.at
Thu Feb 5 10:00:58 CST 2004


I use V-1.8.7.
In order to merge my foreign currency QIFs into a "basic" currency 
GnuCash file, I try to parse the GnuCash XML-file. I see a lot of 
different namespace identifiers (gnc: split: acn: trn: etc.). But my 
parser doesn't see them because the parser miss the according namespace 
attributes (xmlns:gnc='ns1' xmlns:split='ns2'...........). As I tried to 
do the <book>-elemtn would be a nice location for such definitions:
    <gnc:book version="2.0.0" xmlns:gnc='ns1' xmlns:price='ns2' 
xmlns:cmdty='ns3' ............ >

This isn't a realy problem  - but I think the XML file is not well formed.
with best regards



More information about the gnucash-user mailing list