Hello, I'm looking for a way to get the content model of a DTD-element structured. I hope I can do this with Xerces but didn't find a way so far. I not only want to have the content model of an DTD-element as string as delivered by the method org.xml.sax.ext.DeclHandler.elementDecl(String name, String model). I like to have the content model parsed, e.g. in a tree form or whatever without doing the parsing myself. I need to generate an XSD-schema from the DTD.
Any hints are welcome! Thanks, Michael [EMAIL PROTECTED]