1XML::Atom::Util(3pm) User Contributed Perl Documentation XML::Atom::Util(3pm)
2
3
4
6 XML::Atom::Util - Utility functions
7
9 use XML::Atom::Util qw( iso2dt );
10 my $dt = iso2dt($entry->issued);
11
13 iso2dt($iso)
14 Transforms the ISO-8601 date $iso into a DateTime object and returns
15 the DateTime object.
16
17 encode_xml($str)
18 Encodes characters with special meaning in XML into entities and
19 returns the encoded string.
20
22 Please see the XML::Atom manpage for author, copyright, and license
23 information.
24
25
26
27perl v5.32.1 2021-01-27 XML::Atom::Util(3pm)