Age | Commit message (Collapse) | Author | Files | Lines |
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
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)
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
Changes :
- Fixed bug with DTD alternation rules (Steven Allen)
|
|
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
|
|
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: ----------------------------------------------------------------------
|