Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/dtd
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13961/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/dtd

Modified Files:
        Tapestry_4_0.dtd 
Log Message:
Tapestry 4.0b13 dtd

Index: Tapestry_4_0.dtd
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/dtd/Tapestry_4_0.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Tapestry_4_0.dtd    22 Aug 2005 09:48:47 -0000      1.1
--- Tapestry_4_0.dtd    1 Dec 2005 15:18:24 -0000       1.2
***************
*** 44,47 ****
--- 44,48 ----
  - Added aliases and cache attributes to <parameter>
  - Added deprecated to <component-specification>
+ - Removed <listener-binding>
  -->
  <!-- =======================================================
***************
*** 171,175 ****
  
  Attributes:
!   property-name:  The name of the property to configure.
    value: The value to be converted and applied.  If not 
      specified, the element's character data is
--- 172,176 ----
  
  Attributes:
!   property:  The name of the property to configure.
    value: The value to be converted and applied.  If not 
      specified, the element's character data is
***************
*** 179,183 ****
  <!ELEMENT configure (#PCDATA)>
  <!ATTLIST configure
!       property-name CDATA #REQUIRED
        value CDATA #IMPLIED
  >
--- 180,184 ----
  <!ELEMENT configure (#PCDATA)>
  <!ATTLIST configure
!       property CDATA #REQUIRED
        value CDATA #IMPLIED
  >
***************
*** 201,205 ****
  The Tapestry page loader ensures that either type or copy-of is specified, 
but not both.
  -->
! <!ELEMENT component (meta | binding | inherited-binding | listener-binding)*>
  <!ATTLIST component
        id ID #REQUIRED
--- 202,206 ----
  The Tapestry page loader ensures that either type or copy-of is specified, 
but not both.
  -->
! <!ELEMENT component (meta | binding | inherited-binding )*>
  <!ATTLIST component
        id ID #REQUIRED
***************
*** 345,368 ****
  >
  <!-- =======================================================
- Element: listener-binding
- Appears in: component
- 
- Defines an in-place script using the scripting language
- supported by Bean Scripting Framework (http://jakarta.apache.org/bsf).
- The script itself is the element's character data (often, inside
- a CDATA block).
- 
- The default language is jython, though this can be overridden.
- 
- Attributes:
-   name: The name of the component parameter to bind.
-   language: The language the script is written in.
- -->
- <!ELEMENT listener-binding (#PCDATA)>
- <!ATTLIST listener-binding
-       name CDATA #REQUIRED
-       language CDATA #IMPLIED
- >
- <!-- =======================================================
  Element: meta
  Contained by: (many other elements)
--- 346,349 ----



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to