donaldp     2002/08/28 04:52:29

  Modified:    docs     componentinfo_1_0.dtd
  Log:
  Update DTD on website.
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-avalon-site/docs/componentinfo_1_0.dtd
  
  Index: componentinfo_1_0.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-site/docs/componentinfo_1_0.dtd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- componentinfo_1_0.dtd     6 Aug 2002 11:20:46 -0000       1.5
  +++ componentinfo_1_0.dtd     28 Aug 2002 11:52:29 -0000      1.6
  @@ -3,7 +3,7 @@
      This is the DTD defining the Avalon ComponentInfo 1.0
      descriptor (XML) file format/syntax.
   
  -   Author: Peter Donald <peter @ apache.org>
  +   Author: Peter Donald <peter at apache.org>
   
      A BlockInfo is an XML file used to describe Components and located side-by-side 
with
      the Component .class file. It describes the services the Component requires to 
operate,
  @@ -133,10 +133,10 @@
   key          the key for attribute.
   value             the value of attribute.
   -->
  -<!ELEMENT attribute   EMPTY >
  +<!ELEMENT attribute   (#PCDATA) >
     <!ATTLIST attribute
          key CDATA #REQUIRED
  -       value CDATA #REQUIRED
  +       value CDATA #IMPLIED
     >
   
   <!--
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to