gnucash/libgnucash/backend/xml/test/test-dom-parser1-1.xml
Geert Janssens 83d14e1c1c Restructure the src directory
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.
2017-08-10 18:45:00 +02:00

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>