It would help new users like me if there was a sample XML file included with the proper DOCTYPE. If there is another one in there, I couldn't find it. This could also be added to the home page where there is a sample XML fragment shown.
I changed my doctype to <!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database.dtd"> per your comment. Thanks. On 12/20/05, Thomas Dudziak <[EMAIL PROTECTED]> wrote: > > On 12/20/05, Ken Weiner <[EMAIL PROTECTED]> wrote: > > I think I figured it out after reading the code in > LocalEntityResolver. I > > added the following line to my XML file and I don't get anymore > validation > > errors: > > <!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database"> > > > > Is that the appropriate DOCTYPE declaration? > > I think somewhere there should be a ".dtd", but I don't have a sample > at hand currently. > > > Should the file src/test-input/datamodel.xml be changed to include a > DOCTYPE > > declaration? > > Actually, this is old stuff, I only haven't gotten around to removing it. > > Tom >
