Reading and writing XML with xml2tree...

<xmldoc >
Thursday 18th 2024f April 2024 08:07:54 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 18th 2024f April 2024 08:07:54 PM ID Number fooText barText more ID