EntityResolver problem while using SAX parser

2006-12-05 Thread SD
Our XML file looks something like : 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

Re: EntityResolver problem while using SAX parser

2006-12-05 Thread Michael Glavassevich
SD <[EMAIL PROTECTED]> wrote on 12/05/2006 04:25:33 PM: > Our XML file starts with : > > 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 interface

EntityResolver problem while using SAX parser

2006-12-05 Thread SD
Our XML file starts with : 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 interface implementation. When we try to parse above file using SAX parser, w