Original Message From: "John Calcote" > Daniel or anyone else? Can you tell me the status of the XMLSchema > library? > I wonder how mature it is at this point. Can it be used to validate a > document yet?
In general most processors don't support 100% of schema features. If you have a particular set of schemas that you want to use in mind then the best thing might be to test that and various valid and non-valid XML instances and see what the results are. Obviously this strategy won't help if you expect the sets of schemas that you use to change rapidly. In other words, some missing features may not actually be a problem for you. (But then again, they may be!) HTH, Pete. -- ============================================= Pete Cordell Tech-Know-Ware Ltd for XML to C++ data binding visit http://www.tech-know-ware.com/lmx (or http://www.xml2cpp.com) ============================================= _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
