mpoeschl 2003/07/02 13:03:16
Modified: src/generator/src/templates/data dataset.vm
Log:
change the data.dtd file to allow any order of tabledata
this allows the user to logically group the data
Revision Changes Path
1.2 +3 -3 db-torque/src/generator/src/templates/data/dataset.vm
Index: dataset.vm
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/templates/data/dataset.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dataset.vm 10 Feb 2003 13:18:50 -0000 1.1
+++ dataset.vm 2 Jul 2003 20:03:16 -0000 1.2
@@ -1,8 +1,8 @@
<!ELEMENT dataset (
-#foreach($tbl in $tables)#if($velocityCount>1),
+#foreach($tbl in $tables)#if($velocityCount>1)|
#end
- ${tbl.JavaName}*#end
-)>
+ ${tbl.JavaName}#end
+)*>
<!ATTLIST dataset
name CDATA #REQUIRED
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]