On Thu, 2002-11-21 at 14:07, [EMAIL PROTECTED] wrote: > If you went the Schema route, you would have to > 1) Load the .xsd file into the object model. > 2) poke around for all the stuff you need.
Yeah, I tried this route first and that is where I ran into the problems because the Schema object will contain all of the Elements and ComplexTypes from both the PurcahseOrder.xsd and the included-schema.xsd and really dont want to try to figure out how what elements are unused and then strip them out. So that is where I saw that the PurchaseOrderDescriptor class would allow me to look at only the objects that I need. So does this mean that there is no way of getting TypeValidator information from the XMLClassDescriptor object model? If not, it would seem that this would be a very useful thing. Thanks, John -- ******************************** ** John Thorhauer ** [EMAIL PROTECTED] ** take a look at: ** http://tambora.zenplex.org ** http://www.zenplex.org ** http://www.zenplex.com ******************************** ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
