[
Lists Home |
Date Index |
Thread Index
]
- From: lisa@exinet.co.za (Lisa Retief)
- To: stratulat@osis.fr, xml-dev@lists.xml.org
- Date: Wed, 19 Jul 2000 10:15:30 +0200
If you send me the full error/stacktrace and the code for your DeclHandler
implentation I will take a look. Also indicate which version of Xerces you
are using.
Lisa
----- Original Message -----
From: <stratulat@osis.fr>
To: <xml-dev@lists.xml.org>
Sent: Wednesday, July 19, 2000 9:36 AM
Subject: DeclHandler
> Hi,
>
> 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.
> When I attempt to register the handler (using setProperty method of the
> XMLReader) the parser throws an error because it doesn't support the
> declaration events.
> I don't understand why, because I use xerces as parser, and this one
> supports the DeclHandler interface.
>
> Could someone explain me the reason of this error.
>
> thanks,
>
> Cornelia
>
>
>
|