Our XML file looks something like :

<ourproj:rootXmlTag xmlns:ourproj="http://www.ourwebsite.com/ourproj";>
...


The XML schema corresponding to http://www.ourwebsite.com/ourproj is to be 
generated by our code from database.  
This is done by our own EntityResolver implementation.

When we try to parse above file using SAX parser, we get error : 
    Cannot find the declaration of element 'ourproj:rootXmlTag'
and our EntityResolver implementation's 'resolveEntity' method is not called ...

Has anyone encountered this problem before ?

--SD







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

Reply via email to