GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SGML::DTDParse::Util(3) User Contributed Perl Documentation SGML::DTDParse::Util(3)

SGML::DTDParse::Util - 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 "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 SGML::DTDParse for an overview of the DTDParse package.

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

Earl Hood, <earl@earlhood.com>.

See SGML::DTDParse for copyright and license information.
2005-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.