How do I get the follwing namespace information from the book.xsd file in
the xml file

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
         targetNamespace="http://www.xyz.com/test-2001";>

I am generating xml file using sourcecode generated java classes
Here is what it puts in the marshalled xml file. It doesn't have a
schemaLOcation attribute.

<SampleImport xmlns="http://www.xyz.com/test-2001";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Can you help me.

Thanks,

Vikram

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to