The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 siblings. This method is not a full featured XML generator, and has its limitations, but should suffice in most cases. Use with caution.

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 anything 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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 86:

=begin without a target?

Around line 130:

'=end' without a target?