User: ko5tik
Date: 02/04/16 03:38:57
Modified: src/java xdoclet-tags.dtd xdoclet-tags.xml
Log:
added "unique" param to ctag indicating it can be contained
only one in program element
solved fucking race condition in nodes removal.
Guys: first select parent node, then remove undesired stuff...
Revision Changes Path
1.7 +7 -1 xdocletgui/src/java/xdoclet-tags.dtd
Index: xdoclet-tags.dtd
===================================================================
RCS file: /cvsroot/xdoclet/xdocletgui/src/java/xdoclet-tags.dtd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- xdoclet-tags.dtd 4 Apr 2002 14:12:26 -0000 1.6
+++ xdoclet-tags.dtd 16 Apr 2002 10:38:57 -0000 1.7
@@ -94,7 +94,7 @@
<!--
The definition of a tag
-->
-<!ELEMENT tag (name, usage-description, condition-description? , condition?,
parameter*)>
+<!ELEMENT tag (name, usage-description, unique?, condition-description? ,
condition?, parameter*)>
<!--
@@ -120,6 +120,12 @@
-->
<!ELEMENT usage-description (#PCDATA)>
+
+<!--
+tag containing this element as "true" element is considered unique, and can occur
in program
+element only once
+-->
+<!ELEMENT unique (#PCDATA)>
<!--
Root element
1.9 +1 -0 xdocletgui/src/java/xdoclet-tags.xml
Index: xdoclet-tags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdocletgui/src/java/xdoclet-tags.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- xdoclet-tags.xml 15 Apr 2002 17:33:20 -0000 1.8
+++ xdoclet-tags.xml 16 Apr 2002 10:38:57 -0000 1.9
@@ -26,6 +26,7 @@
tag for all EJBs, however not all parameters are applicable for all
types of
beans, and some parameters apply differently for different types of
bean.
</usage-description>
+ <unique>true</unique>
<parameter type="text">
<name>name</name>
<usage-description>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel