donaldp 2002/10/01 23:02:29
Modified: docs/dtds/info componentinfo_1_0.dtd
Log:
Revision Changes Path
1.3 +3 -3 jakarta-avalon-site/docs/dtds/info/componentinfo_1_0.dtd
Index: componentinfo_1_0.dtd
===================================================================
RCS file: /home/cvs/jakarta-avalon-site/docs/dtds/info/componentinfo_1_0.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- componentinfo_1_0.dtd 2 Oct 2002 05:57:14 -0000 1.2
+++ componentinfo_1_0.dtd 2 Oct 2002 06:02:29 -0000 1.3
@@ -48,7 +48,7 @@
containing alphanumeric characters, '.', '_' and starting
with a letter.
-->
-<!ELEMENT component (attributes?)>
+<!ELEMENT component (attribute*)>
<!ATTLIST component name CDATA #REQUIRED
type CDATA #REQUIRED >
@@ -56,7 +56,7 @@
The logger element defines the loggers that are available to component.
The element has one attribute specifying name of Logger. It contains:
-attributes Optional attributes about logger
+attribute Optional attributes about logger
-->
<!ELEMENT logger (attribute*) >
<!ATTLIST logger name CDATA #IMPLIED >
@@ -67,7 +67,7 @@
It contains:
entrys Key value pairs that component uses
-attributes Optional attributes about service
+attribute Optional attributes about service
-->
<!ELEMENT context (entry*,attribute*) >
<!ATTLIST context type CDATA #IMPLIED >
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>