Linux SoftwareProgrammingLibrariesXML::Namespace 0.02

XML::Namespace 0.02


XML::Namespace is a Perl module with simple support for XML Namespaces. SYNOPSIS Example 1: using XML::Namespace objects
Developer:   Andy Wardley
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   4K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


XML::Namespace is a Perl module with simple support for XML Namespaces.

SYNOPSIS

Example 1: using XML::Namespace objects

use XML::Namespace;

my $xsd = XML::Namespace->new('http://www.w3.org/2001/XMLSchema#');

# explicit access via the uri() method
print $xsd->uri(); # http://www.w3.org/2001/XMLSchema#
print $xsd->uri('integer'); # http://www.w3.org/2001/XMLSchema#integer

# implicit access through AUTOLOAD method
print $xsd->integer; # http://www.w3.org/2001/XMLSchema#integer

Example 2: importing XML::Namespace objects

use XML::Namespace
xsd => 'http://www.w3.org/2001/XMLSchema#',
rdf => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';

# xsd and rdf are imported subroutines that return
# XML::Namespace objects which can be used as above

print xsd->uri('integer'); # http://www.w3.org/2001/XMLSchema#integer
print xsd->integer; # http://www.w3.org/2001/XMLSchema#integer

This module implements a simple object for representing XML Namespaces in Perl. It provides little more than some syntactic sugar for your Perl programs, saving you the bother of typing lots of long-winded URIs. It was inspired by the Class::RDF::NS module distributed as part of Class::RDF.

Requirements:
  • Perl
    tags http www  org 2001  xml namespace  2001 xmlschema  print xsd  xmlschema integer  integer http  xsd uri  namespace objects  xsd integer  class rdf  xml namespaces  uri integer  

    Download XML::Namespace 0.02


     http://mirrors.evolva.ro/CPAN/authors/id/A/AB/ABW/XML-Namespace-0.02.tar.gz


    Authors software

    Template::Library::Splash 2.15 (by Andy Wardley)
    Template::Library::Splash is a template library for building stylish HTML user interfaces.

    NOTE: This documentation is incomplete,

    Template::Library::HTML 2.15 (by Andy Wardley)
    Template::Library::HTML is a template library for building basic HTML pages.

    NOTE: This documentation is incomplete and may be inc

    XML::Schema::Type::Simple 0.07 (by Andy Wardley)

    XML::Namespace 0.02 (by Andy Wardley)
    XML::Namespace is a Perl module with simple support for XML Namespaces.

    SYNOPSIS

    Example 1: using XML::Namespace objects

    Template::Plugin::XML::Style 2.16 (by Andy Wardley)
    Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations.

    SYNOPSIS

    [% USE xmlstyle


    Similar software

    XML::Namespace 0.02 (by Andy Wardley)
    XML::Namespace is a Perl module with simple support for XML Namespaces.

    SYNOPSIS

    Example 1: using XML::Namespace objects

    ASNMTAP::Asnmtap::Plugins::SOAP 3.000.010 (by Alex Peeters)

    Number::Latin 1.01 (by Sean M. Burke)
    Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..."

    SYNOPSIS

    use Number::Latin;

    XML::TiePYX 0.05 (by Eric Bohlman)
    XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle

    SYNOPSIS

    use XML::TiePYX;

    tie *

    SVG::SVG2zinc 0.10 (by Christophe Mertz)
    SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images...

    SYNOPSIS

    use SVG::SVG2zinc;

    SOAP::Data 0.69 (by Paul Kulchenko, Randy J. Ray and Byrne Reese)
    SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl

    XML::NamespaceSupport 1.09 (by Robin Berjon)
    XML::NamespaceSupport is Perl module a simple generic namespace support class.

    SYNOPSIS

    use XML::NamespaceSupport;
    my $nsu

    Convert::PEM 0.07 (by Benjamin Trott)
    Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files.

    SYNOPSIS

    use Convert::PEM;
    my $pem = Convert::P

    Class::Tangram 1.57 (by Sam Vilain)
    Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes.

    SYNOPSIS

    package MyObject;

    use base qw(Clas

    mod_xhtml 0.9 (by Nick Kew)
    mod_xhtml is a namespace module for XHTML (ensure W3C Appendix C) and SSI implementation.

    mod_xhtml provides a namespace processor f


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags