How do i validate XML Schema , itself?


I coded XML schema file, a.xsd.

I made Parser take advantage of Xercest1.4.4.

I will validate a.xsd by using w3c specification, XMLSCHEMA.XSD.

I want to validate not XML document used Xml schema , but XML schma.xsd, itself. 

What can I do??

Please show me some JAVA source or any other solutions.

Received on Wednesday, 16 January 2002 03:24:15 UTC