rdonkin 2003/03/19 14:54:29
Modified: betwixt/src/resources dotbetwixt.dtd
Log:
Added new text element which allow mixed content elements to be written using
betwixt.
Revision Changes Path
1.5 +11 -2 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dotbetwixt.dtd 18 Mar 2003 22:30:42 -0000 1.4
+++ dotbetwixt.dtd 19 Mar 2003 22:54:29 -0000 1.5
@@ -14,11 +14,20 @@
<!ELEMENT addDefaults EMPTY>
-<!ELEMENT element (attribute|addDefaults|element)*>
+<!ELEMENT element (attribute|addDefaults|element|text)*>
<!ATTLIST element
name CDATA #REQUIRED
type CDATA #IMPLIED
uri CDATA #IMPLIED
+ value CDATA #IMPLIED
+ property CDATA #IMPLIED
+ >
+
+<!-- Use for mixed content text -->
+<!ELEMENT text EMPTY>
+<!-- If you specify value, you cannot specify type or property -->
+<!ATTLIST text
+ type CDATA #IMPLIED
value CDATA #IMPLIED
property CDATA #IMPLIED
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]