;;
> 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
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
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