Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    XML::Generator::RSS10::ipsv 0.01

    Download button

    No screenshots available
    Downloads: 256  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Andrew Green | More programs
    Perl Artistic License / FREE
    October 4th, 2009, 23:33 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    XML::Generator::RSS10::ipsv description

    Support for the UK Integrated Public Sector Vocabulary (ipsv) specfication

    XML::Generator::RSS10::ipsv is a Perl module that extends Dave Rolsky's XML::Generator::RSS10 to provide support categories taken from the UK Integrated Public Sector Vocabulary (IPSV), a controlled vocabulary for use in the UK e-Government Metadata Standard (EGMS).

    IPSV supercedes both the Local Government Category List (LGCL) and the Government Category List (GCL).

    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 => [ qw(dc egms ipsv) ] );
     
     $rss->item(
     title => '2006 Council By-Election Results',
     link => 'http://www.example.gov.uk/news/elections.html',
     description => 'Results for the 2006 Council by-elections',
     dc => {
     date => '2006-05-04',
     creator => 'J. Random Reporter, Example Borough Council, j.r.reporter@example.gov.uk',
     },
     egms => {
     SubjectCategory => [
     ['IPSV','Local elections'],
     ['IPSV','Public relations']
     ]
     }
     );
     
     $rss->channel(
     title => 'Example Borough Council News',
     link => 'http://www.example.gov.uk/news/',
     description => 'News releases from Example Borough Council',
     dc => {
     date => '2006-05-04',
     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 => [
     ['IPSV','Public relations'],
     ['IPSV','Councils']
     ]
     }
     );



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Integrated Public Sector Vocabulary | XML generator | Perl module | Perl | XML | generator

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM