Reading and writing XML with xml2tree...

<xmldoc >
Thursday 28th 2024f March 2024 08:21:35 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 ----
Thursday 28th 2024f March 2024 08:21:35 PM ID Number fooText barText more ID