<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>XML_Tree</name>
  <summary>Represent XML data in a tree structure</summary>
  <description>Allows for the building of XML data structures using a tree 
    representation, without the need for an extension like DOMXML.</description>
  <maintainers>
    <maintainer>
      <user>bernd</user>
      <name>Bernd Römer</name>
      <email>bernd@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>cox</user>
      <name>Tomas V.V.Cox</name>
      <email>cox@idecnet.com</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.1</version>
    <date>2002-05-16</date>
    <license>PHP 2.02</license>
    <state>stable</state>
    <notes>- Added support for mixed element content (cox)
- Added identation for $node-&gt;get() (cox)
- Adapted API to PEAR coding standars (mj)
- Added getTreeFromString() (cox)
- Root node now stores attributes (mj, cox)
- Improved clone(), added insert_child() and remove_child() (bernd)
(Backwards compatibility preserved)</notes>
    <filelist>
      <file role="php" baseinstalldir="XML" md5sum="1d4bd75ef1ee4757e903300d285183ec" name="Tree.php"/>
      <file role="php" baseinstalldir="XML" md5sum="25097dace3b813804b1625a0420e6fd8" name="Tree/Node.php"/>
    </filelist>
  </release>
</package>

