View Single Post
  #2 (permalink)  
Old 07-31-2007, 01:52 AM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
I don't think that the standard SAX parser can validate a file against a schema. They can using DTD's but, I do not think against schemas. You can use the MSV project to validate your documents though. I use it a lot in unit tests for XML validation.
Reply With Quote