Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

XML::RSS::Parser::Util--3pm

Command: man perldoc info search(apropos)  


 
XML::RSS::Parser::UtilUser)Contributed Perl DocumenXML::RSS::Parser::Util(3pm)



NAME
       XML::RSS::Parser::Util - utility methods for working with
       XML::RSS::Parser.

METHODS
       All utility methods are exportable.

       as_xml($node[,$dec,$encoding])
           Creates XML output markup for the element object including its sib-
           lings. This method is not a full featured XML generator, and has
           its limitations, but should suffice in most cases. Use with cau-
           tion.

           Passing a second optional parameter with the value of true will add
           an XML 1.0 standard declaration to the returned XML. The third
           parameter (also optional) parameter defines the encoding to be used
           in the declaration. The default is 'utf-8'.

       encode_xml ($string[, $nocdata])
           XML encodes any characters in the string that are required to be
           represented as entities. This method will attempt to identify any-
           thing that looks like markup and CDATA encodes it. This can
           optional be turned off by passing a second parameter with a true
           value. The markup will be entity encoded instead.

AUTHOR & COPYRIGHT
       Please see the XML::RSS::Parser manpage for author, copyright, and
       license information.



perl v5.8.7                       2005-11-18       XML::RSS::Parser::Util(3pm)
 

©2005 Comrite