Revision history for Perl extension XML::Mini

XML-Mini-1.25, 2003.01.26
-------------------------
- Major changes to the parsing algorithm which, if Text::Balanced is available, allow "cross-nested" tags
  (such as <a><b><a>..</a></b></a>) to be parsed successfully.
- <? tags ?> are now represented as XML::Mini::Element::Header elements
- Added the XML::Mini::Document::header() method to create the new XML::Mini::Element::Header elements 
  which represent <? tags ?>.
- Added the XML::Mini::Document::parse() method which accepts strings, filenames, open file handles and
  opened FileHandle objects
- Currently beta-testing an XML::Mini replacement parser for the RPC::XML package

XML-Mini-1.24, 2002.12.16
-------------------------
- Included Nigel Wetters (rivalsdm.com) changes/bug fixes to XML::Mini 
  in order to make it more compatible with older Perl installs
- Fixes to getElement (inability to fetch nested tags of same name)
- Added the ability to removeChild() and removeAllChildren() for Element objects
- Added the ability to prependChild() and insertChild(CHILD, INDEX)

XML-Mini-1.24, 2002.11.25
-------------------------
- Made compatible with early Perls.
- test added to check whether modules parse correctly
- some rearrangement of PODs


XML-Mini-1.2,  2002.09.15
-------------------------
- Perl implementation of MiniXML API finalised and Makefile.PL created