Query: xml::atom::util
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML::Atom::Util(3pm) User Contributed Perl Documentation XML::Atom::Util(3pm)NAMEXML::Atom::Util - Utility functionsSYNOPSISuse XML::Atom::Util qw( iso2dt ); my $dt = iso2dt($entry->issued);USAGEiso2dt($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 Please see the XML::Atom manpage for author, copyright, and license information. perl v5.12.4 2009-04-24 XML::Atom::Util(3pm)