The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OMA::Download::DRM::REL::XML - XML representation of the OMA DRM REL 1.0

DESCRIPTION

XML representation of the Open Mobile Alliance Digital Rights Management Rights Expression Language 1.0

SYNOPSIS

  use OMA::Download::DRM::REL::XML;

CONSTRUCTOR

  my $rel=OMA::Download::DRM::REL::XML->new(%args);

PROPERTIES

mime

Returns the XML rights object MIME type

  print $rel->mime;

extension

Returns the XML rights object extension

  print $rel->extension;

METHODS

packit

Packs data using XML format

  print $rel->packit;

SEE ALSO

OMA::Download::DRM::REL

AUTHOR

Bernard Nauwelaerts, <bpgn@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Bernard Nauwelaerts.

Released under the GPL.