GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::RSS::Parser::Util(3) User Contributed Perl Documentation XML::RSS::Parser::Util(3)

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

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.

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

Hey! The above document had some coding errors, which are explained below:
Around line 86:
=begin without a target?
Around line 130:
'=end' without a target?
2005-11-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.