Man Page: mkdoc::xml::encode
Operating Environment: debian
Section: 3pm
MKDoc::XML::Encode(3pm) User Contributed Perl Documentation MKDoc::XML::Encode(3pm)NAMEMKDoc::XML::Encode - Encodes XML entitiesSYNOPSISuse MKDoc::XML::Encode; # $xml is now "Chris' Baloon" my $xml = MKDoc::XML::Encode->process ("Chris' Baloon");SUMMARYMKDoc::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.APImy $xml_encoded = MKDoc::XML::Encode->process ($some_string); Does what is said in the summary.AUTHORCopyright 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.SEE ALSOMKDoc::XML::DecodeHO MKDoc::XML::Encode perl v5.10.1 2004-10-06 MKDoc::XML::Encode(3pm)
| Related Man Pages |
|---|
| mkdoc::xml::decode(3pm) - debian |
| mkdoc::xml::dumper(3pm) - debian |
| mkdoc::xml::stripper(3pm) - debian |
| mkdoc::xml::token(3pm) - debian |
| xml::grove::ascanonxml(3pm) - debian |