| XML-Beautify documentation | view source | Contained in the XML-Beautify distribution. |
XML::Beautify - Beautifies XML output from XML::Writer.
B<WARNING:> This is Alpha Software. Plenty is subject to change. use XML::Beautify; $obj_ref = XML::Beautify->new(); $cleanXML = $obj_ref->beautify(\$XMLstr);
Beautifies XML output from XML::Writer and formats any old XML to be human readable.
Copyright (c) 2001 Thomas Bolioli. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| XML-Beautify documentation | view source | Contained in the XML-Beautify distribution. |