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

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