cedric      2002/12/29 13:25:30

  Modified:    src/share/org/apache/struts/tiles package.html
  Log:
  Documentation correction.
  
  Revision  Changes    Path
  1.5       +4 -2      jakarta-struts/src/share/org/apache/struts/tiles/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/package.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.html      27 Dec 2002 10:55:44 -0000      1.4
  +++ package.html      29 Dec 2002 21:25:30 -0000      1.5
  @@ -263,12 +263,14 @@
   </div>
   <div class="subsection1">
   <h3>Definition File Syntax</h3>
  -<p>The definition file syntax can be found in the struts-tiles.dtd file.</p>
  +<p>The definition file syntax can be found in the 
  +<a 
href="http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>tiles-config_1_1.dtd 
file</a>. 
  +</p>
   <p>Following is a simple example:</p>
         <pre>
   &lt;!DOCTYPE tiles-definitions PUBLIC
          "-//Apache Software Foundation//DTD Tiles Configuration//EN"
  -       "http://jakarta.apache.org/struts/dtds/tiles-config.dtd"&gt;
  +       "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"&gt;
   
   &lt;!-- Definitions for Tiles documentation   --&gt;
   &lt;tiles-definitions&gt;
  
  
  

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

Reply via email to