users@jaxb.java.net

Re: Forcing lax=true in _at_XmlAnyElement

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Wed, 17 Feb 2010 19:07:15 +0100

Hi,

> Do you mind sharing your plugin source code? I also deal with OGC schemas and encounter similar problems. So far I have changed the schema documents wherever possible, but I prefer a Java solution. I would like to learn from your implementation.

If you're working with OGC schemas, you may find the following project
interesting:
http://confluence.highsource.org/display/OGCS/Home

As for the plugin, it's a part of JAXB2 Basics:

http://confluence.highsource.org/display/J2B/JAXB2+Basics+Plugins

See the Wildcard plugin:

http://confluence.highsource.org/display/J2B/Wildcard+Plugin

It's not release yet (I just wrote it yesterday), will be released in 0.5.3.

Source code is here:

https://jaxb2-commons-svn.dev.java.net/svn/jaxb2-commons-svn/trunk/basics/basic/src/main/java/org/jvnet/jaxb2_commons/plugin/wildcard/

Will be probably slightly changed.

Bye,
/lexi