mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
It is split into - /libgnucash (for the non-gui bits) - /gnucash (for the gui) - /common (misc source files used by both) - /bindings (currently only holds python bindings) This is the first step in restructuring the code. It will need much more fine tuning later on.
15 lines
273 B
XML
15 lines
273 B
XML
<?xml version="1.0"?>
|
|
<foobar>
|
|
<blah anattr="my oh my">
|
|
<this>
|
|
is a silly idea
|
|
</this>
|
|
<there att1="try one" att2="try two">is nothing you can do</there>
|
|
<but>
|
|
I'll try to shoot</but>
|
|
</blah>
|
|
<you>
|
|
<in>the foot</in>
|
|
</you>
|
|
</foobar>
|