Unmarshaller unm = new Unmarshaller(...);

unm.setIgnoreExtraAttributes(true);
unm.setIgnoreExtraElements(true);

--Keith

Bender Heri wrote:
> 
> Hi
> 
> Is it possible to tell the unmarshaller to ignore unknown tags and go on
> with parsing, i.e. only extracting (and validating) tags which are known?
> 
> TIA
> 
> Heri
> 
> -----------------------------------------------------------
> If you wish to unsubscribe from this mailing, send mail to
> [EMAIL PROTECTED] with a subject of:
>         unsubscribe castor-dev

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

Reply via email to