PDA

View Full Version : New: perl-XML-NamespaceSupport (RH9,FC1,stable)


fedora-package-announce-admin@fedora.us
16th May 2004, 07:14 PM
Note: this package is included in FC2.

Name : perl-XML-NamespaceSupport
Version: 1.08
Release: 0.fdr.6
License: GPL or Artistic
URL : http://search.cpan.org/dist/XML-NamespaceSupport/
Summary: A simple generic XML namespace support class for Perl

This module offers a simple to process namespaced XML names (unames)
from within any application that may need them. It also helps maintain
a prefix to namespace URI map, and provides a number of basic checks.
The model for this module is SAX2's NamespaceSupport class, readable
at http://www.saxproject.org/apidoc/org/xml/sax/helpers/NamespaceSupport.html.
It adds a few perlisations where we thought it appropriate.