Hi, Given a XML document that contains an embedded schema (in this case WSDL) has anyone any idea if there is a simple way to validate it using Xerces-C 2.1?
I have a simple (and valid) WSDL document that I'm trying to validate with Xerces but so far haven't had much luck. After much trial and error I realised that the embedded schema inside <types>...</types> was the cause of the problem. By taking this schema, placing it a seperate .xsd file to the WSDL and doing the necessary modifications I was able to get Xerces to correctly validate it. I'm hoping that there is a simple way to do this but I suspect there is not. I'm guessing if I want to do this I may have to do some extra processing of the XML manually outside of Xerces. Is this the case? I've been searching for any examples on this on the web for a while but haven't been able to find any. Any help would be really appreciated! Thanks Simon Keary -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup One click access to the Top Search Engines http://www.exactsearchbar.com/mailcom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
