4f9579e58c
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: ----------------------------------------------------------------------
8 lines
360 B
Text
8 lines
360 B
Text
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
|