rdonkin 2003/08/24 09:58:54
Modified: betwixt/src/resources dotbetwixt.dtd
Log:
Updated DTD to include new class attribute
Revision Changes Path
1.7 +5 -1 jakarta-commons/betwixt/src/resources/dotbetwixt.dtd
Index: dotbetwixt.dtd
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/src/resources/dotbetwixt.dtd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dotbetwixt.dtd 8 Apr 2003 13:41:40 -0000 1.6
+++ dotbetwixt.dtd 24 Aug 2003 16:58:54 -0000 1.7
@@ -23,6 +23,9 @@
the updater attribute can be used
(in conjunction with the property attribute) to specify a custom update
method.
+
+ the (optional) class attribute specifies an implementation class that should
+ be used for instantiation (as opposed to the type of the property)
-->
<!ELEMENT element (attribute|addDefaults|element|text)*>
<!ATTLIST element
@@ -32,6 +35,7 @@
value CDATA #IMPLIED
property CDATA #IMPLIED
updater CDATA #IMPLIED
+ class CDATA #IMPLIED
>
<!-- Use for mixed content text -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]