Reaction RuleML Validator
- Address(es): of document to schema-validate. If you enter
more than one URL, the 2nd etc. will be used to schema-validate
the first
- Show Warnings: display warning messages, e.g. about use of
wildcards
- Keep Going: continue schema-validation after finding errors
- Check as complete schema: Normally XSV interprets its first
input as a document to be validated, and the remaining inputs,
if any, as schema documents for use in that validation. This
means that if the only input is a schema document, XSV normally
just validates that document against the Schema for Schema Documents
(XMLSchema.xsd), but does not also check the Schema REC's constraints
on the corresponding schema. Ticking the "Check as complete
schema" box causes XSV to treat all its inputs as schema
documents, check them against the Schema for Schema Documents
and check the Schema REC's constraints on the corresponding
schema.
Beside this HTML formular the Reaction RuleML Validator also
provides the following APIs:
1. do-Get Servlet Interface:
http://srvbichler6.informatik.tu-muenchen.de:9090/rbsla/reactionValidator?docAddrs=<Reaction
RuleML Document URL>&warnings=on&keepGoing=on&style=xsl&formular=off&inputFileType=url
Example:
http://srvbichler6.informatik.tu-muenchen.de:9090/rbsla/reactionValidator?docAddrs=http%3A%2F%2Fibis.in.tum.de%2Fresearch%2FReactionRuleML%2F0.1%2Fexamples%2Freaction_testcase.rrml&warnings=on&keepGoing=on&style=xsl&formular=off&inputFileType=url
2. Web Service Interface:
Validator Service EPR: http://srvbichler6.informatik.tu-muenchen.de:9090/axis2/services/RuleMLValidationService
Validator Service WSDL: http://srvbichler6.informatik.tu-muenchen.de:9090/axis2/services/RuleMLValidationService?wsdl
Validator SOAP Client Download: ./docs/rrmlclient.zip
Notice: This service uses and extends the W3C validator by Henry S. Thompson and Richard Tobin for XML Schema
REC (20010502) version available at http://www.w3.org/2001/03/webdata/xsv
<< back
|