RDF::Server::Formatter::Atom - Work with Atom documents


RDF-Server documentation  | view source Contained in the RDF-Server distribution.

Index


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

Top

RDF::Server::Formatter::Atom - Work with Atom documents

SYNOPSIS

Top

 package My::Server;

 protocol 'HTTP';
 interface 'REST';
 semantic 'Atom';

 render xml => 'Atom';

DESCRIPTION

Top

METHODS

Top

wants_rdf

Returns true. The Atom formatter works with RDF documents.

resource
to_rdf
feed
category
collection
workspace
service

AUTHOR

Top

James Smith, <jsmith@cpan.org>

LICENSE

Top

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.


RDF-Server documentation  | view source Contained in the RDF-Server distribution.