thanks for the suggestion, i'll give it a try. should be a workable solution.
peter
On Fri, 04 Feb 2005 18:12:50 -0600, Keith Visco <[EMAIL PROTECTED]> wrote:
>
>
> Hi Peter,
>
> Have you tried the following:
>
> import org.exolab.castor.util.Configuration;
> import org.exolab.castor.util.L
Hi Peter,
Have you tried the following:
import org.exolab.castor.util.Configuration;
import org.exolab.castor.util.LocalConfiguration;
Properties props = LocalConfiguration.getInstance().getProperties();
props.setProperty(Configuration.Property.StrictElements, "true");
Just be careful when setting
What are the chances of my patch getting into the next release?
http://bugzilla.exolab.org/show_bug.cgi?id=1868
I totally understand the static unmarshal() methods are there for
convenience, which is probably why the third party client I'm using is
using them :) I imagine other people are also