Validation library in C++ Re: XHTML Validator to RSS

Le 05 juil. 2004, ΰ 16:25, Karl Dubost a ιcrit :
> 	- Developers
> 		A guide, an article, a library tool?
> 		For example, should the Markup Validator
> 		should be a library with a specified API
> 		which could help developers to use it
> 		when they need in their software.

After discussion with Olivier, or the library itself in C++, it does 
exist already somehow and so developers could use it in their local 
product like well known authoring tools, weblogging tools, etc.

http://apache.webthing.com/mod_validator/

with the following features:

	• 	Features: better and more complete XML support offered by Xerces
	• 	Performance - no CGI overhead
	• 	Performance - no Perl overhead
	• 	Performance - no nsgmls overhead
	• 	Flexibility - generates results as XML
	• 	Accuracy - direct application of the parser, with minimal document 
sniffing applied only to support Appendix C XHTML.
	• 	Accuracy - no imprecise parsing of data from an external program.
	• 	Simplicity - the overall system size and complexity is much reduced.
	• 	Helpfulness - friendly error messages optimised for validation

Source code (GPL License):
	http://apache.webthing.com/mod_validator/mod_validator.tgz



-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***

Received on Tuesday, 6 July 2004 10:50:55 UTC