MKDoc::XML::TreePrinter - Builds XML data from a parsed tree
Contents
Name
MKDoc::XML::TreePrinter - Builds XML data from a parsed tree
See Also
MKDoc::XML::TreeBuilder
perl v5.36.0 2022-10-13 MKDoc::XML::TreePrinter(3pm)
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.
Synopsis
my $xml_data = MKDoc::XML::TreePrinter->process_data (@top_nodes);
