Hi *,

I'm using the XML Schema API to generate a tree based structure of the allowed elements and attributes of a XML Schema. Everything works fine and as expected with a few lines of code.

My problem is that I have to deal with XML Schmemas that use <include> and <redefine> elements. This seems not to be supported by the XML Schema API. The schema components which are defined in a include are simply not included and hence not retrieved by the interface methods of the API. I didn't find any methods to retrieve included or redefined schemas explicitly either.

So my question is: How can I handle XML Schemas wich use the include or redefine feature of XML Schema with the XML Schema API of Xerces-J. I'm using Xerces 2.6.0?

Thank you in advance for any suggestions and hints.

Regards
Franz


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to