Hi Tom, It still gives me the same problem. Any other solution for this.. Pls let me know Thanks
--- Thomas Dudziak <[EMAIL PROTECTED]> wrote: > In the CVS source, the doctype declaration is > somewhat different (and > this works though I don't know whether the used XML > parser is Xerces or > Crimson): > > <!DOCTYPE descriptor-repository PUBLIC > "-//Apache Software Foundation//DTD OJB > Repository//EN" > "repository.dtd" > [ > <!ENTITY database SYSTEM "repository_database.xml"> > <!ENTITY internal SYSTEM "repository_internal.xml"> > <!ENTITY junit SYSTEM "repository_junit.xml"> > <!ENTITY user SYSTEM "repository_user.xml"> > <!ENTITY ejb SYSTEM "repository_ejb.xml"> > <!ENTITY jdo SYSTEM "repository_jdo.xml"> > ]> > > The important part here seems to be that the doctype > is specified as > public with a public identifier as opposed to system > like in your > repository.xml. > > Tom > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
