The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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