Re: Validating XML with embedded schema using Xerces C++

2002-12-04 Thread Gareth Reakes
Hi, there is no direct way of doing what you want. You could adjust the xerces code base to make this possible, but I suspect the easier (much) way of doing this is to create a simple stylesheet the reprocesses the doc as you describe. Gareth On Wed, 4 Dec 2002, Simon Keary wrote: >

Validating XML with embedded schema using Xerces C++

2002-12-03 Thread Simon Keary
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