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
MKDoc::XML::Encode(3) User Contributed Perl Documentation MKDoc::XML::Encode(3)

MKDoc::XML::Encode - Encodes XML entities

  use MKDoc::XML::Encode;

  # $xml is now "Chris' Baloon"
  my $xml = MKDoc::XML::Encode->process ("Chris' Baloon");

MKDoc::XML::Encode is a very simple module which encodes the following entities.

  '
  "
  >
  <
  &

That's it.

This module and its counterpart MKDoc::XML::Decode are used by MKDoc::XML::Dumper to XML-encode and XML-decode litterals.

Does what is said in the summary.

Copyright 2003 - MKDoc Holdings Ltd.

Author: Jean-Michel Hiver

This module is free software and is distributed under the same license as Perl itself. Use it at your own risk.

MKDoc::XML::DecodeHO MKDoc::XML::Encode
2004-10-06 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.