You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/12 08:41:01 UTC

cvs commit: jakarta-avalon-phoenix/src/schema assembly.dtd

donaldp     02/05/11 23:41:01

  Modified:    src/schema assembly.dtd
  Log:
  Note that assembly.xml also allows <listener/> elements now.
  
  Revision  Changes    Path
  1.2       +15 -2     jakarta-avalon-phoenix/src/schema/assembly.dtd
  
  Index: assembly.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/schema/assembly.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- assembly.dtd	15 Dec 2001 08:43:22 -0000	1.1
  +++ assembly.dtd	12 May 2002 06:41:01 -0000	1.2
  @@ -14,7 +14,7 @@
      version 1.1, a copy of which has been included  with this distribution in
      the LICENSE.txt file.
   
  -  -->
  +-->
   
   <!--
   The assembly is the document root, it defines:
  @@ -22,7 +22,7 @@
   block           a block that exists in the application
   block-listener  a listener that exists in the application
   -->
  -<!ELEMENT assembly (block|block-listener)*>
  +<!ELEMENT assembly (block|block-listener|listener)*>
   <!ATTLIST assembly id ID #IMPLIED
             xmlns CDATA #FIXED "http://jakarta.apache.org/phoenix/assembly_1_0.dtd" >
   
  @@ -52,6 +52,19 @@
     <!ATTLIST provide name CDATA #REQUIRED>
   
   <!--
  +The block element declares a listener exists in the application.
  +The element defines:
  +
  +name            the name of the listener
  +class           the class of the listener instance
  +-->
  +<!ELEMENT listener EMPTY>
  +  <!ATTLIST listener name CDATA #REQUIRED>
  +  <!ATTLIST listener class CDATA #REQUIRED>
  +
  +<!--
  +NOTE: This form is DEPRECATED.
  +
   The block element declares a block listener exists in the application.
   The element defines:
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>