I'm trying to use an XML pretty printer called xmlpretty on UNIX that
I downloaded from the net. xmlpretty is a simple perl program that
uses a module called YAWriter.pm that came with the package. So
xmlpretty has:
use XML::Handler::YAWriter;
However, with xmlpretty and YAWriter.pm in the same
I'm trying to use an XML pretty printer called xmlpretty on UNIX that
I downloaded from the net. xmlpretty is a simple perl program that
uses a module called YAWriter.pm that came with the package. So
xmlpretty has:
use XML::Handler::YAWriter;
However, with xmlpretty and YAWriter.pm in the same