Hi John,

You are using "include" instead of "import".

Change your schema to use "import" and then declare the namespace for
the imported schema and castor should work properly with your different
packages.

"include" basically "inlines" all the structures from the included
schema as if they existed in the including schema directly. "import"
distinguishes between the imported schema and the importing schema.

--Keith

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

Reply via email to