XML-Beautify README


XML-Beautify documentation  | view source Contained in the XML-Beautify distribution.

Index


NAME

Top

XML::Beautify - Beautifies XML output from XML::Writer.

SYNOPSIS

Top

	B<WARNING:> This is Alpha Software. Plenty is subject to change.
	use XML::Beautify;
	$obj_ref = XML::Beautify->new();
	$cleanXML = $obj_ref->beautify(\$XMLstr);

DESCRIPTION

Top

Beautifies XML output from XML::Writer and formats any old XML to be human readable.

COPYRIGHT

Top


XML-Beautify documentation  | view source Contained in the XML-Beautify distribution.