The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::CAP::Util - Utility functions

SYNOPSIS

    use XML::CAP::Util qw( iso2dt );
    my $dt = iso2dt($entry->issued);

USAGE

iso2dt($iso)

Transforms the ISO-8601 date $iso into a DateTime object and returns the DateTime object.

encode_xml($str)

Encodes characters with special meaning in XML into entities and returns the encoded string.

AUTHOR & COPYRIGHT

XML::CAP::Util was derived from XML::Atom::Util

Please see the XML::CAP manpage for author, copyright, and license information.