Re: [castor-dev] SourceGenerator does not recognize elements from another schema?

2002-06-10 Thread Tahura Chaudhry
;; > xmlns="http://www.multschema1.com/";> > > > > > > > The fact that it worked before in version 0.9.3.9, is > probably a bug in > that version. > > --Keith > > > Tahura Chaudh

[castor-dev] SourceGenerator does not recognize elements from another schema?

2002-06-06 Thread Tahura Chaudhry
I've been using castor for the last few months to generate Java source from schema files. I recently updated to the latest release version Castor 0.9.3.19 . Surprisingly the source generator failed to generate the source files for the schemas. I have not modified the schema files and suspect tha

[castor-dev] marshalling elements and attributes with namespaces

2001-11-12 Thread Tahura Chaudhry
Hi, I used the source generator to generate java classes from Xml Schema files. Marshalling and Unmarshalling both work well. However, I would like castor to marshal all elements and attributes with namespace prefixes. I tried playing with setNamespaceMapping() and setNSPrefixAtRoot() in Marshal