- or download this
<?xml version="1.0"?>
<office:document-content office:version="1.2"
...
</text:p>
</office:text></office:body>
</office:document-content>
- or download this
<r>
`-- <p>
...
| +- <s>
| `- c
`- d
- or download this
<r>
`+- <p>
...
`+- <x>
| `-- c
`- d
- or download this
use warnings;
use strict;
...
print "#####\n";
print $dom;