mikeh 01/05/15 09:52:46
Modified: src/dtd database.dtd
Log:
Added the column attribute inputValidator for providing a mechanism
for users to plug in their own input validation schemes
Revision Changes Path
1.5 +2 -1 jakarta-turbine/src/dtd/database.dtd
Index: database.dtd
===================================================================
RCS file: /home/cvs/jakarta-turbine/src/dtd/database.dtd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- database.dtd 2001/05/15 02:14:51 1.4
+++ database.dtd 2001/05/15 16:52:40 1.5
@@ -1,6 +1,6 @@
<!--
Torque XML database schema DTD
- $Id: database.dtd,v 1.4 2001/05/15 02:14:51 mpoeschl Exp $
+ $Id: database.dtd,v 1.5 2001/05/15 16:52:40 mikeh Exp $
-->
<!ELEMENT app-data (database+)>
@@ -49,6 +49,7 @@
default CDATA #IMPLIED
autoIncrement (true|false) "false"
inheritance (single|false) "false"
+ inputValidator CDATA #IMPLIED
>
<!ELEMENT inheritance EMPTY>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]