XML::LibXML::Common man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

Common(3)	      User Contributed Perl Documentation	     Common(3)

NAME
       XML::LibXML::Common - Routines and Constants common for XML::LibXML and
       XML::GDOME

SYNOPSIS
	 use XML::LibXML::Common;

DESCRIPTION
       XML::LibXML and XML::GDOME share some of the same functionality. This
       package should bundle some shared constansts and functions, so both
       modules may coexist within the same scripts.

       XML::LibXML::Common defines all node types as constants. While
       XML::LibXML and XML::GDOME originally declared their own node type def-
       initions, one may want to use XML::LibXML::Common in its compatibility
       mode:

       * use XML::LibXML::Common qw(:libxml);
	   :libxml will use the XML::LibXML Compatibility mode, which defines
	   the old 'XML_' node-type definitions

       * use XML::LibXML::Common qw(:gdome);
	   This allows one to use the XML::LibXML Compatibility mode, which
	   defines the old 'GDOME_' node-type definitions

       * use XML::LibXML::Common qw(:w3c);
	   This uses the nodetype definition names as specified for DOM.

       * use XML::LibXML::Common qw(:encoding);
	   This is ment if only the encoding functions of XML::LibXML::Common
	   should be used.

       By default the W3 definitions as defined in the DOM specifications and
       the encoding functions are exported by XML::LibXML::Common.

       encoding functions

       To encode or decode a string to or from UTF-8 XML::LibXML::Common
       exports two functions, which use the encoding mechanism of the under-
       laying implementation. These functions should be used, if external
       encoding is required (e.g. for queryfunctions).

       encodeToUTF8

	   $encodedstring = encodeToUTF8( $name_of_encoding, $sting_to_encode );

       The function will encode a string from the specified encoding to UTF-8.

       decodeFromUTF8

	   $decodedstring = decodeFromUTF8($name_of_encoding, $string_to_decode );

       This Function transforms an UTF-8 encoded string the specified encod-
       ing.  While transforms to ISO encodings may cause errors if the given
       stirng contains unsupported characters, both functions can transform to
       UTF-16 encodings as well.

       Note that both encoding functions report their errors on the standard
       error. If an error occours the function will croak(). To catch the
       error information it is required to call the encoding function from
       within an eval block to avoid a script to stop.

AUTHOR
       Christian Glahn, (christian.glahn@uibk.ac.at) Innsbruck University

COPYRIGHT
       (c) 2002 Christian Glahn. All rights reserved.

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

SEE ALSO
       perl, XML::LibXML, XML::GDOME

perl v5.8.8			  2003-02-27			     Common(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net