Re: Validator tool

This looks like a really good way of validating schemas against a set of predefined conditions for getting a good experience from data binding tools.   

 

Here are a few suggestions for extending it further   

 

1.	Add support for WSDL for those using web services  
2.	Support included/imported schemas - probably need some recursive xsl processing 
3.	Provide options on ordering of the errors/warnings in the report. Either in the order they are found in the schema or grouped to match the conditions being checked for.
4.	How about weighting the conditions as some will be more of a problem than others. We could even set a tolerance level.       
5.	Parameterise the xsl to accept the data binding tool name to be used and create a tool-centric report

 

 

Received on Tuesday, 4 April 2006 08:58:46 UTC