You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "Herrmann, Michael" <Mi...@softwareag.com> on 2001/02/22 15:40:40 UTC

Parsing Content Models

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

Michael.Herrmann@softwareag.com