|
Net::Peep::Data::XML |
Net::Peep::Data::XML - Utility for managing XML strings
use Net::Peep::Data::XML; my $vaccuum = new Net::Peep::Data::XML; $vaccuum->clean($xml);
Peep utility for managing XML strings.
None by default.
clean($string) - Uses a regex to identify and remove any problems that would vex XML::Parser in parsing a string. Returns a cleaned string.
unmark($string) - Substitutes < and > for < and >, which would otherwise be erroneously perceived as XML markup. Returns the modified string.
Collin Starkweather <collin.starkweather@colorado.edu>
Copyright (C) 2001
perl(1), peepd(1), Net::Peep::Data.
|
Net::Peep::Data::XML |