Jean-Michel Hiver > MKDoc-XML-0.72 > MKDoc::XML::TreePrinter

Download:
MKDoc-XML-0.72.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  1
View Bugs
Report a bug
Source   Latest Release: MKDoc-XML-0.75

NAME ^

MKDoc::XML::TreePrinter - Builds XML data from a parsed tree

SYNOPSIS ^

  my $xml_data = MKDoc::XML::TreePrinter->process_data (@top_nodes);

SUMMARY ^

MKDoc::XML::TreePrinter takes trees which are produced by MKDoc::XML::TreeBuilder to turn a parsed tree back into XML data. This means you can parse some stuff using MKDoc::TreeBuilder, fiddle around with the tree, and then get the result back as XML data.

AUTHOR ^

Copyright 2003 - MKDoc Holdings Ltd.

Author: Jean-Michel Hiver <jhiver@mkdoc.com>

This module is free software and is distributed under the same license as Perl itself. Use it at your own risk.

SEE ALSO ^

MKDoc::XML::TreeBuilder