difference is I'm not using a parser, I have to write one for class. just imagine how much fun that must be

send it to me, i want to run it through our dev sys for kicks

*Xml> o "<root><pre/><nest><childone/><childtwo/><childthree/></nest><post/></root>"
<root>
<pre/>
<nest>
<childone/>
<childtwo/>
<childthree/>
</nest>
<post/>
</root>