You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2004/02/01 23:06:34 UTC

cvs commit: db-ojb/src/test/org/apache/ojb repository.dtd

tomdz       2004/02/01 14:06:34

  Modified:    src/test/org/apache/ojb repository.dtd
  Log:
  Applied dtd fix by Ron Gallagher that fixes dtd error that would only allow one argument for a procedure
  
  Revision  Changes    Path
  1.52      +3 -3      db-ojb/src/test/org/apache/ojb/repository.dtd
  
  Index: repository.dtd
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository.dtd,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- repository.dtd	15 Dec 2003 10:19:32 -0000	1.51
  +++ repository.dtd	1 Feb 2004 22:06:34 -0000	1.52
  @@ -820,7 +820,7 @@
       information in the nested 'argument' elements.
     -->
   <!ELEMENT insert-procedure
  -	(documentation?, (runtime-argument | constant-argument)?, attribute*)>
  +	(documentation?, (runtime-argument | constant-argument)*, attribute*)>
   <!ATTLIST insert-procedure
   	name CDATA #REQUIRED
       return-field-ref CDATA #IMPLIED
  @@ -852,7 +852,7 @@
       information in the nested 'argument' elements.
     -->
   <!ELEMENT update-procedure
  -	(documentation?, (runtime-argument | constant-argument)?, attribute*)>
  +	(documentation?, (runtime-argument | constant-argument)*, attribute*)>
   <!ATTLIST update-procedure
   	name CDATA #REQUIRED
       return-field-ref CDATA #IMPLIED
  @@ -886,7 +886,7 @@
       function based on the information in the nested 'argument' elements.
     -->
   <!ELEMENT delete-procedure
  -	(documentation?, (runtime-argument | constant-argument)?, attribute*)>
  +	(documentation?, (runtime-argument | constant-argument)*, attribute*)>
   <!ATTLIST delete-procedure
   	name CDATA #REQUIRED
       return-field-ref CDATA #IMPLIED
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org