Using Castor to create binding for W3C Schema



Hello,
I'm trying to create the w3c object model for the w3c schema. I want to
have a Java object named Schema and all of the other classes. I've
tried to use castor to create the model, but it choked on types with
the W3C standard schema that are not part of the w3c schema (huh?).
Then I tried the new Jaxp, and that throws errors like [ERROR]
'unsignedShort' is already defined.

Does anyone have any ideas on how to do what I want?

Thanks,
JPD

.



Relevant Pages

  • Serializing unknown objects
    ... So I created a couple of objects and serializing it into XML based upon the ... schema works perfectly. ... write the object model once, ... 'WeirdElement' class and inherit my other objects. ...
    (microsoft.public.dotnet.xml)
  • Handling multiple schemas and large files in XML
    ... and process some data that is made available to me as XML. ... different schema versions. ... Because of this, the application's internal object ... I could construct the object model by using an ...
    (microsoft.public.dotnet.xml)
  • Re: use of XSD
    ... ..NET 1.x has a schema object model (SOM) implementation with XmlSchemaCollection ...
    (microsoft.public.dotnet.xml)
  • Re: Ruby on Rails Relationships
    ... I think you're mixing the object model with the DB schema. ... object modeling, if a venue has an address, you'd expect the Venue class ... it's the child table that should have a foreign key ...
    (comp.lang.ruby)
  • Castorizing W3Cs Schema Schema
    ... I'm trying to create the w3c object model for the w3c schema. ... Then I tried the new Jaxp, and that throws errors like ... 'unsignedShort' is already defined. ...
    (comp.lang.java.programmer)