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::Atom::Syndication::Writer(3) User Contributed Perl Documentation XML::Atom::Syndication::Writer(3)

XML::Atom::Syndication::Writer - a class for serializing XML::Atom::Syndication nodes into XML.

This class uses XML::Writer to serialize XML::Atom::Syndication nodes into XML.

The following namespace prefixes are automatically defined when each writer is instaniated:

 dc            http://purl.org/dc/elements/1.1/
 dcterms       http://purl.org/dc/terms/
 sy            http://purl.org/rss/1.0/modules/syndication/
 trackback     http://madskills.com/public/xml/rss/module/trackback/
 xhtml         http://www.w3.org/1999/xhtml
 xml           http://www.w3.org/XML/1998/namespace

XML::Atom::Syndication::Writer->new
Constructor.
$writer->set_prefix($prefix,$nsuri)
Assigns a namespace prefix to a URI.
$writer->get_prefix($prefix)
Returns the namespace URI assigned to the given prefix.
$writer->get_namespace($nsuri)
Returns the namespace prefix assigned to the given URI.
$writer->as_xml($node,$is_full)
Returns an XML representation of the given node and all its descendants. By default the method returns an XML fragment unless $is_full is a true value. If $is_full is true an XML declaration is prepended to the output.

All output will be in UTF-8 regardless of the original encoding before parsing.

$writer->no_cdata([$boolean])
Defines the use of the CDATA construct for encoding embedded markup. By default this flag is set to false in which case CDATA will be used to escape what looks like markup instead of using entity encoding. The purpose is that CDATA is more concise, readable and requires less processing. This is not always desirable this can be turned off by passing in a true value. If nothing is passed the current state of CDATA use is returned.

Please see the XML::Atom::Syndication manpage for author, copyright, and license information.

Hey! The above document had some coding errors, which are explained below:
Around line 224:
'=end' without a target?
2007-12-31 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.