From: SourceForge.net <no...@so...> - 2008-03-07 05:00:10
|
Feature Requests item #1728598, was opened at 2007-05-30 23:19 Message generated for change (Comment added) made by bodewig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=1728598&group_id=23187 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XMLUnit for Java Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: KingArgyle (kingargyle1) Assigned to: Nobody/Anonymous (nobody) Summary: XML Schema Validation Initial Comment: The following files add support for validating a W3C Schema to make sure it is a valid schema document. This is different than validating an XML instance against a Schema. ---------------------------------------------------------------------- >Comment By: Stefan Bodewig (bodewig) Date: 2008-03-07 06:00 Message: Logged In: YES user_id=113148 Originator: NO I didn't use any of your code, but added a new validator class based on javax.xml.validation like you did. The class I committed can validate the schema definition as well as instances - and should, at least in theory, be able to validate other schema languages as well. Thank you for pointing me to the validation package in JAXP 1.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=1728598&group_id=23187 |