Hi All ! Can I use more than one schemaLocation in the root element of a document.
Eg : <package namespace="http://www.infy.com" xmlns="http://www.bpmi.org/BPML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bpmi.org/BPML WD-BPML-20010502.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mys="http://mys.com" mys:schemaLocation="http://mys.com mys.xsd"> .... .... </package> while parsing this document . It is raising error specifying that mys:schemaLocation has to be declared as attribute of the package element. It is not allowing more than one schemaLocation. I want to validate the instance doc against more than one xsd file.Is there any way to achieve that. any pointer will be great for me. Thanks, Sridhar. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
