Daniel, not that I know. But if you are willing to provide us with a patch, we could look into adding this to the codebase.
Werner wg> -----Original Message----- wg> From: Kador, Daniel [mailto:[EMAIL PROTECTED] wg> Sent: Wednesday, August 03, 2005 10:18 PM wg> To: [email protected] wg> Subject: [castor-user] Castor source generation like Axis wg> wg> wg> Hi, wg> wg> I'm using Castor to generate source from an XML schema and then wg> integrating that with Axis. My schems are rather large, wg> and they have wg> the /very/ unfortunate feature of naming many child wg> elements of globals wg> the same thinig, so I've been forced to write long binding wg> files. I'd wg> like to get away from this if possible, and one way I've wg> seen is to take wg> Axis' method - if you have an XML like (simplified obviously): wg> wg> <a> wg> <b> wg> <c type="xs:string"/> wg> </b> wg> <d> wg> <c type="xs:int"/> wg> </d> wg> </a> wg> wg> Axis generates two classes for element c, one called "abc" and one wg> called "adc" - i.e., it appends the name of every element's wg> parent to wg> the front of the element name. Is there an option to do this with wg> Castor? wg> wg> Thanks, wg> Dan wg> wg> wg> ------------------------------------------------- wg> If you wish to unsubscribe from this list, please wg> send an empty message to the following address: wg> wg> [EMAIL PROTECTED] wg> ------------------------------------------------- wg> wg> ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

