Re: Problem with schema validation with multiple xsds

2009-01-06 Thread Krishna Gopal Binyala
Hello Mukul, You are correct, if i will give one parent schema; it works. But my requirement is such that i had to give Array of schemas and i want to remove schemaLocation atttribute from the parent xsd file Any clue for achieve this ??? Regards, ---Krishna On Tue, Jan 6, 2009 at 2:34 PM,

Re: Problem with schema validation with multiple xsds

2009-01-06 Thread Mukul Gandhi
On Tue, Jan 6, 2009 at 2:11 PM, Krishna Gopal Binyala wrote: > If i am giving in Output.xsd then > its working fine I think this would be the correct solution. As one of your schema is using the type definitions defined in the other schema. Also, you don't need to create an array of Schema docu

Problem with schema validation with multiple xsds

2009-01-06 Thread Krishna Gopal Binyala
Hello, I am using xerces 2.9.1, for schema validation. I want to validate multiple xsds for validation. Actually if namespaces are same in xsds, it is taking only first xsd from the array, if multiple xsds are existing with same namespace in array. I doubt on the the schema language is used here