Commit graph

5 commits

Author SHA1 Message Date
wiz
a0acc9a005 Update to 1.09:
1.09  fri 20050513 00:50
    - add support (on by default) for the Namespaces in XML 1.1 spec.
2006-01-03 17:35:59 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
wiz
c68a62b3cf Update to 1.08:
1.08  thu 20020822 14:01
    - "fix" it to follow the latest XML NS Errata barfing around
2005-02-19 18:26:20 +00:00
shell
d58e797b2f Updated p5-XML-NamespaceSupport, from 1.04 to 1.07.
Changes since 1.04 :

- added undeclare_prefix() thanks to Christian Glahn.
- CPAN problem, had to change the version
- added a number of rather good speedups by converting a lot of
  the code to use arrays instead of hashes. More of the same kind
  of tuning is expected for the next version.
- fixed another bug, again thanks to Grant McLean, due to which
  declarePrefix() was not functionning according to the spec (it
  failed to set a random prefix when the prefix was undef).
2002-06-03 13:18:05 +00:00
mjl
d1fa925dcb Initial import of p5-XML-NamespaceSupport-1.04
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.

Provided by Shell Hung in PR/15408.
2002-01-30 22:03:34 +00:00