[Home] [By Thread] [By Date] [Recent Entries]
At 09:36 AM 7/19/00 +0200, stratulat@o... wrote: >I'm developing a project where I need to automatically generate a Java >interface from a XML file. In order to do this, I need to read the DTD and >using some rules to map the elements and the attributes of the DTD to Java >Swing components. >In order to read a DTD I must use SAX2 extension, which provides an >interface DeclHandler. >[...] > >Could someone explain me the reason of this error. I don't have the reason for the error, but I might suggest an alternate route. There's now a DTD parser available that just reads DTD information, which sounds like all you need: http://www.xmlhack.com/read.php?item=626 I know there are/were ways to read DTDs through Xerces, but they seem to fluctuate from version to version. Simon St.Laurent XML Elements of Style / XML: A Primer, 2nd Ed. http://www.simonstl.com - XML essays and books
|

Cart



