Reading and writing XML with xml2tree...

<xmldoc >
Sunday 02nd 2026f August 2026 09:04:15 PM
<column name="id" displayed="yes" >
ID Number
<foo gg="hh" >
fooText
<bar >
barText
</bar>
</foo>
more ID
</column>
<column myAttr="me" yourAttr="you" >
</column>
</xmldoc>

------ printing out the XML object to Page Source ----
Sunday 02nd 2026f August 2026 09:04:15 PM ID Number fooText barText more ID