|
Validating XML with the schema is a very arduous task that is not for the faint of project. SAX can validate against DTD's because DTD's are simple. Schemas are complex creatures that are not to be trifled with. That is why there exists the MSV project.
|