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

XML::Atom::Ext::OpenSearch - XML::Atom extension for OpenSearch data

    use XML::Atom::Feed;
    use XML::Atom::Ext::OpenSearch;
    
    my $feed = XML::Atom::Feed->new;
    $feed->totalResults( $total );

This module is an extension to XML::Atom which will let you read and write feeds that use OpenSearch data. OpenSearch provides some extra elements to serialize search results as an Atom feed. See the specification (http://www.opensearch.org/Specifications/OpenSearch/1.1) for more information.

In list context, returns all query elements in the document. In scalar context, returns the first query element found.

Returns the opensearch namespace, "http://a9.com/-/spec/opensearch/1.1".

Brian Cassidy <bricas@cpan.org>

Copyright 2007-2011 by Brian Cassidy

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

XML::Atom
2011-07-05 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.