Hi All, Came across Xerces today, a very nice project in deed. I will be using xerces for my module. I have been looking for some sample code for validating an XML with 2 XSD, 1 XSD is schema for message types and another is kind of common xsd which mentions the format, for example format of email, name etc ... is mentioned in 2nd xsd. I could not figure out how to validate using 2 xsd. I was thinking of merging both XSD into a single XSD file for validating an XML.
Please let me know if we have another way instead of merging the XSD files. Thanks badari
