Krang::XML::Simple - XML::Simple sub-class with auto Base64 decoding
use Krang::ClassLoader XML::Simple => qw(XMLin); my $data = XMLin($xml, @args);
This module is a sub-class of XML::Simple which adds one feature. It
will automatically decode Base64 character content prefixed by the
!!!BASE64!!! marker. This is the marker emited by
Krang::XML::Writer when characters must be encoded for output.
Same as XML::Simple.