All,

I have been trapping EntityResolver.resolveEntity() in a class that
implements the EntityResolver interface, and performs some special actions
in resolving each entity. This has been working for months. Now, I want to
do the same thing with documents to be validated with XML Schema. I turned
on what appear to be the appropriate switches. When I try to parse ,
however, my error handler class gives me this sad tale:

Error! in null Element type "a" must be declared.
Error! in null Element type "b" must be declared.
Error! in null Element type "c" must be declared.
Error! in null Element type "d" must be declared.
Error! in null Element type "e" must be declared.
Error! in null Element type "f" must be declared.
Error! in null Element type "g" must be declared.

This is not so bad. However, my handler for EntityResolver.resolveEntity()
is not even getting called! Do I need to implement another interface to do
this for XML Schema, is this just not implemented yet, or am I simply on the
wrong track?

Thanks,

Keith Welch
[EMAIL PROTECTED]

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

Reply via email to