Commit graph

5 commits

Author SHA1 Message Date
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
xtraeme
a8f1a51ee6 Update to 0.13
Changes:

o make parse return 1 (Steven Allen)
o sub setModel: Generation of regexp goes wrong if an element has more than
  62 members and any of these has cardinality other than 1:
  Parentheses are required around each re token, because the tokens are
  encoded as character pairs if there's 62 or more of them. (B Mills)
2004-01-15 09:02:32 +00:00
shell
94c51eafb4 Updated to p5-XML-Checker to 0.12
Changes :
- Fixed bug with DTD alternation rules (Steven Allen)
2002-04-27 19:17:02 +00:00
shell
b16d78796a Updated to p5-XML-Checker-0.11
Changes since p5-XML-Checker-0.10 :

- Corrected the token abbreviation sub
- Added error 170, Element can't be empty
- Added strict and warnings pragmas
- Added two new tests, t/empty_elt.t and t/high_elt_number.t
2002-04-17 11:03:26 +00:00
mjl
4f9579e58c Initial import of p5-XML-Checker-0.10
XML::Checker is a different ways to validating XML documents, it
provides several classes :

XML::Checker         - contains the XML::Checker class that is used
                       by the others
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::ValParser  - an XML::DOM::Parser that validates at parse time

Provided by Shell Hung in PR/15086.
oVS: ----------------------------------------------------------------------
2002-01-30 21:55:31 +00:00