The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension XML::Smart.

1.3.1 18/06/2003
    - Just a bug fix in XML::Smart::Parser for CDATA.

1.3  15/06/2003
    - Can build/load Wild XML data (like HTML).
    - New methods: null(), key(), i().
    - Fixed select search with multiple values. And added support to search in keys, not only ARRAY ref.
    - Accept a XML::Smart object as a value in the tree. When parsing to generate the data, the XML::Smart->tree is got.
    - Upgrade to Object::MultiType 0.2, due a bug when using XML::Smart as a boolean.

1.2  Mon May 30 02:03:00 2003
    - Added cut_root(), base(), back(), copy() and data_pointer() methods.
    - New resource "return format".
    - Support for basic entities (defaults).
    - Added Support for URLs (with LWP::UserAgent).
    - Unicode (UTF-8) support. (Work only on Perl-5.8+)
    - Added support for binary and CDATA content and automatically detection of both.
    - Added meta generator tag.
    - Fixed bug in XML::Smart::Parser (XML::Parser::Lite). Break of REGEX parser on sub REGEX execution.
    - Fixed bug with quotes.

1.1  Mon May 23 03:12:12 2003
    - Fixed some bugs.

1.0  Mon May 12 11:02:48 2003
    - First release!
    - original version; created by h2xs 1.21 with options
        -X -A -n XML::Smart