Net::Peep::Data::XML


NAME

Net::Peep::Data::XML - Utility for managing XML strings


SYNOPSIS

  use Net::Peep::Data::XML;
  my $vaccuum = new Net::Peep::Data::XML;
  $vaccuum->clean($xml);


DESCRIPTION

Peep utility for managing XML strings.

EXPORT

None by default.


METHODS

  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 &lt; and &gt; for < and >, which would
  otherwise be erroneously perceived as XML markup.  Returns the
  modified string.


AUTHOR

Collin Starkweather <collin.starkweather@colorado.edu>

Copyright (C) 2001


SEE ALSO

perl(1), peepd(1), Net::Peep::Data.

http://peep.sourceforge.net

 Net::Peep::Data::XML