atom:category (0 or more) atom:content (0 or 1) atom:contributor (0 or more) atom:id (1) atom:link (0 or more) atom:published (0 or 1) atom:rights (0 or 1) atom:source (0 or 1) atom:summary (0 or 1) atom:title (1) atom:updated (1) extensionElements: (0 or more)
root element: atom:entry =end Atom spec
NAME
RDF::Server::Formatter::Atom - Work with Atom documents
SYNOPSIS
package My::Server;
protocol 'HTTP';
interface 'REST';
semantic 'Atom';
render xml => 'Atom';
DESCRIPTION
METHODS
- wants_rdf
 - 
Returns true. The Atom formatter works with RDF documents.
 - resource
 - to_rdf
 - feed
 - category
 - collection
 - workspace
 - service
 
AUTHOR
James Smith, <jsmith@cpan.org>
LICENSE
Copyright (c) 2008 Texas A&M University.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.