simple_XML system for PHP4

Is there a system like simple text that works for version 4–? It doesn’t have to be advanced only has to be able to do that sort of structure… i dont need attriblutes.

//edit, even a custom function that does this? I’ll just keep trying. I found a few solutions but dev for an app and don’t want to have to include tons and tons of files.


 $xml->node[1]->child;  

<xml>
 <node>
  <child>value</child>
 </node>
 <node>
  <child>**value**</child>
 </node>
</xml>