users@jaxb.java.net

Re: DTD support and ANY

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 24 Nov 2003 09:54:07 -0800

I believe I fixed this bug internally. Meanwhile, you can probably work
around this problem by using a customization like this:

    <xml-java-binding-schema>
      <element name="extension" type="class">
        <content>
          <rest property="Content" />
        </content>
      </element>
    </xml-java-binding-schema>

For details, see "vendorSchemaLangs.html" in the distribution.


regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net