There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

RDF::Server::XMLDoc - convenience class for managing XML documents

SYNOPSIS

my $doc = RDF::Server::XMLDoc -> new( $xml );
my $parsed_doc = $doc -> document;
my $stringified_doc = $doc -> xml;

METHODS

document
xml