RE: Validator tool

+1

we took a similar approach for the WS-Addressing testsuite:
in which the XML testcases document was used to generate
a Schematron schema:

http://www.w3.org/2002/ws/addr/testsuite/

Paul

-----Original Message-----
From: public-xsd-databinding-request@w3.org on behalf of Paul.V.Biron@kp.org
Sent: Thu 4/20/2006 9:23 PM
To: ajith.ranabahu@gmail.com
Cc: public-xsd-databinding@w3.org; public-xsd-databinding-request@w3.org
Subject: Re: Validator tool
 


>    1. The base of the tool is an XSL style sheet that generates an XML
> version of a report. The report is of a very simple format having
> <report/> root element and <info/> and <warning/> items and can be
> rendered using a CSS, another XSL or just used in the raw form.
>    2. The base style sheet has different templates that matches
> different patterns. When the validator needs to be extended, it can be
> added extra templates (either in the stylesheet or as an include).

you could also implement this in Schematron...since it already has the reporting facilities built in, as well as natural positive and negitive tests. 

pvb

Received on Friday, 21 April 2006 15:07:53 UTC