View Single Post
  #4 (permalink)  
Old 08-01-2007, 07:15 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
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.
Reply With Quote