Could someone please correct me. I'm trying to validate repository.xml. It includes repository_junit.xml. I'm using the one from the OJB web site. Maybe that's the problem. Even if it is, it raises an interesting question.
In that file, near line 980 there's this: <class-descriptor class="org.apache.ojb.broker.PBListenerTest$PBAwareObject" table="Artikel"> Notice the inner class name. And the repository.dtd says this: <!ATTLIST class-descriptor class ID #REQUIRED ....> Now according to XML in a Nutshell, ID is an XML name (not a name token). And XML names can't have dollar signs. So is there some mistake here? thanks, Brian Brian C. DeRocher www.derocher.org __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
