project-schema.xml should be fixed. not database.dtd john mcnally
Danny Angus wrote: > > I think this torque DTD needs an app-data !ELEMENT for it to be valid for > project-schema.xml which contains element app-data in the !DOCTYPE tag, and > as the root element. > I was using it with an editor which reads the DTD to populate gui editing > tools, it complained about this, I'm not the expert here .. > So here's a teeny patch. > > d. > > cvs -z9 diff -u database.dtd > Index: database.dtd > =================================================================== > RCS file: /home/cvs/jakarta-turbine-torque/src/dtd/database.dtd,v > retrieving revision 1.10 > diff -u -r1.10 database.dtd > --- database.dtd 27 Dec 2001 20:49:32 -0000 1.10 > +++ database.dtd 15 Jan 2002 17:15:41 -0000 > @@ -31,6 +31,8 @@ > to lowercase. > --> > > +<!ELEMENT app-data (database+)> > + > <!ELEMENT database (table+)> > <!ATTLIST database > name CDATA #IMPLIED > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
