Reading and writing XML with xml2tree...

<xmldoc >
Saturday 22nd 2008f November 2008 08:57:00 AM
<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 ----
Saturday 22nd 2008f November 2008 08:57:00 AM ID Number fooText barText more ID