• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D20-May-20042.6 KiB

Makefile.PLH A D20-May-2004276

MANIFESTH A D20-May-200467

NamespaceSupport.pmH A D20-May-200419.8 KiB

READMEH A D20-May-2004531

t/H11-Apr-20133

README

1
2XML::NamespaceSupport
3
4
5    This module offers a simple way to process namespaced XML names
6    (unames) from within any application that may need them. It
7    also helps maintain a prefix to namespace URI map, and provides
8    a number of basic checks.
9
10    The model for this module is SAX2's NamespaceSupport class,
11    readable at
12
13    http://www.megginson.com/SAX/Java/javadoc/org/xml/sax/helpers/NamespaceSupport.html.
14
15    It adds a few perlisations where we thought it appropriate.
16
17
18-- Robin Berjon <robin@knowscape.com>
19