Dtdparse utility routines.
use SGML::DTDParse::Util; use SGML::DTDParse::Util qw(:ALL);
SGML::DTDParse::Util provides utility routines for DTDParse modules and scripts.
By default, no routines are exported into the user's namespace. If importing is desired, individual routines can be specified in the \*(C`use\*(C' statement or the special tag \*(C`:ALL\*(C' can be specified to import all routines.
$xml_str = entify($str); Replace special characters with entity references. The characters converted are \*(C`<\*(C', \*(C`>\*(C', \*(C`&\*(C', and \*(C`"\*(C' (double-quote).
See SGML::DTDParse for an overview of the DTDParse package.
<http://dtdparse.sourceforge.net/>
Earl Hood, <[email protected]>.
See SGML::DTDParse for copyright and license information.