Hi,
>Can I use more than one schemaLocation in the root element of a
>document.
yes u can !!
> <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>
try like this....
xsi:schemaLocation="http://www.bpmi.org/BPML WD-BPML-20010502.xsd
http://mys.com mys.xsd">
pair of namespace, location separated by whitespace.
hope that helps,
--
Neeraj Bajaj
Sun Microsystems, inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]