Builds xml data from a parsed tree
my $xml_data = MKDoc::XML::TreePrinter->process_data (@top_nodes);
MKDoc::XML::TreePrinter takes trees which are produced by MKDoc::XML::TreeBuilder to turn a parsed tree back into \s-1XML\s0 data. This means you can parse some stuff using MKDoc::TreeBuilder, fiddle around with the tree, and then get the result back as \s-1XML\s0 data.
Copyright 2003 - MKDoc Holdings Ltd.
Author: Jean-Michel Hiver
This module is free software and is distributed under the same license as Perl itself. Use it at your own risk.
MKDoc::XML::TreeBuilder