Hi,
We are trying to find an API that will let us read/parse in an XML schema, and access it as an XML structure through DOM/DOM4J.
So far, have investigated ..
- Castor (Reads in, but SchemaWriter is not fully supported)
- Sun's MultiSchemaValidator (only partially supports v1, can't access parsed schema as XML)
- Xerces2 (understands schema but no API to access the structure of the schema)
Could anyone recommend an approach/solution to this problem (preferrably open source)?
Thanks
Jennifer
______________
