> > 
> 
> The descriptor was designed to be used by the Marshalling Framework, not
> really intended for general interaction with the object model. To delete
> elements from the object model, simply use the Object model itself and
> not the descriptor.
> 

Ouch--that's very bad news.  The huge advantage of using Castor (I thought) was 
that through its descriptors I could manipulate the objects, without my code 
knowing anything about the objects.  If I use the object model instead of the 
descriptors, I have to change my code every time the schema changes.  If I could 
use the descriptors instead, I would only have to rebuild the schema and then 
rerun the SourceGenerator and recompile (automated steps) and _not_ have to 
modify my code.

Paul

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

Reply via email to