SGML::DTDParse::Util - DTDParse utility routines.


SGML-DTDParse documentation  | view source Contained in the SGML-DTDParse distribution.

Index


NAME

Top

SGML::DTDParse::Util - DTDParse utility routines.

SYNOPSIS

Top

  use SGML::DTDParse::Util;

  use SGML::DTDParse::Util qw(:ALL);

DESCRIPTION

Top

SGML::DTDParse::Util provides utility routines for DTDParse modules and scripts.

ROUTINES

Top

By default, no routines are exported into the user's namespace. If importing is desired, individual routines can be specified in the use statement or the special tag :ALL can be specified to import all routines.

entify
  $xml_str = entify($str);

Replace special characters with entity references. The characters converted are <, >, &, and " (double-quote).

SEE ALSO

Top

See SGML::DTDParse for an overview of the DTDParse package.

AVAILABILITY

Top

<http://dtdparse.sourceforge.net/>

AUTHORS

Top

Earl Hood, <earl@earlhood.com>.

COPYRIGHT AND LICENSE

Top


SGML-DTDParse documentation  | view source Contained in the SGML-DTDParse distribution.