debian man page for mkdoc::xml::encode

Query: mkdoc::xml::encode

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MKDoc::XML::Encode(3pm) 				User Contributed Perl Documentation				   MKDoc::XML::Encode(3pm)

NAME
MKDoc::XML::Encode - Encodes XML entities
SYNOPSIS
use MKDoc::XML::Encode; # $xml is now "Chris' Baloon" my $xml = MKDoc::XML::Encode->process ("Chris' Baloon");
SUMMARY
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.
API
my $xml_encoded = MKDoc::XML::Encode->process ($some_string); Does what is said in the summary.
AUTHOR
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.
SEE ALSO
MKDoc::XML::DecodeHO MKDoc::XML::Encode perl v5.10.1 2004-10-06 MKDoc::XML::Encode(3pm)
Related Man Pages
xml::dumper(3) - redhat
mkdoc::xml(3pm) - debian
graphviz::xml(3pm) - debian
mkdoc::xml::tokenizer(3pm) - debian
xml::grove::ascanonxml(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph