mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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>
|