XML::Generator::RSS10::lgcl

Support for the UK Local Government Category List (lgcl) specfication
Download

XML::Generator::RSS10::lgcl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Green
  • Publisher web site:
  • http://search.cpan.org/~article/

XML::Generator::RSS10::lgcl Tags


XML::Generator::RSS10::lgcl Description

Support for the UK Local Government Category List (lgcl) specfication XML::Generator::RSS10::lgcl is a Perl module that extends Dave Rolsky's XML::Generator::RSS10 to provide support categories taken from the UK Local Government Category List (lgcl), a controlled vocabulary for use in the UK e-Government Metadata Standard (egms).The module is intended for use only with XML::Generator::RSS10::egms. Please see the documentation accompanying that module for further information.SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler, modules => ); $rss->item( title => '2004 Council By-Election Results', link => 'http://www.example.gov.uk/news/elections.html', description => 'Results for the 2004 Council by-elections', dc => { date => '2004-05-01', creator => 'J. Random Reporter, Example Borough Council, j.r.reporter@example.gov.uk', }, egms => { SubjectCategory => , , ] } ); $rss->channel( title => 'Example Borough Council News', link => 'http://www.example.gov.uk/news/', description => 'News releases from Example Borough Council', dc => { date => '2004-05-01', creator => 'J. Random Administrator, Example Borough Council, j.r.administrator@example.gov.uk', publisher => 'Example Borough Council', rights => 'Copyright (c) Example Borough Council', language => 'en', coverage => 'Example, County, UK' }, egms => { SubjectCategory => , ] } ); Requirements: · Perl


XML::Generator::RSS10::lgcl Related Software