crossley    2003/12/10 22:07:49

  Modified:    src/documentation/xdocs/userdocs/flow jxtemplate.xml
  Log:
  Fix xml validation errors.
  
  Revision  Changes    Path
  1.24      +2 -3      
cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxtemplate.xml
  
  Index: jxtemplate.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/jxtemplate.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jxtemplate.xml    10 Dec 2003 02:16:07 -0000      1.23
  +++ jxtemplate.xml    11 Dec 2003 06:07:49 -0000      1.24
  @@ -66,7 +66,6 @@
   <source>
   The content type of the current request is #{$cocoon/request/contentType}
   </source>
  -</s1>
   <p> 
   You would typically access the <code>id</code> of the Web Continuation:</p>
   <source>
  @@ -97,6 +96,7 @@
   <dt><link 
href="../../../apidocs/org/apache/cocoon/components/flow/WebContinuation.html">org.apache.cocoon.components.flow.WebContinuation</link>
 <code>continuation</code></dt>
   <dd><br/>The current Web Continuation (deprecated: use 
<code>cocoon.continuation</code> instead)<br/></dd>
   </dl>
  +</s1>
   
   <s1 title ="Tags">
   <p>The JXTemplate Generator tags are defined in the namespace</p>
  @@ -109,7 +109,6 @@
      body
   &lt;/jx:template&gt;
   </source>
  - <p/>
   </s2>
   <s2 title ="import"/>
   <p>The <code>import</code> tag allows you to include another template within 
the current template. The content of the imported template is compiled and will 
be executed in place of the <code>import</code> tag:</p><source>
  @@ -231,6 +230,7 @@
   processed (defaults to <code>1</code> if <code>step</code> is absent). 
Either <code>items</code> or both <code>begin</code> and <code>end</code> must 
be present.</p>
   <p>
   If the <code>varStatus</code> attribute is present a variable will be 
created to hold information about the current loop status. The variable named 
by the <code>varStatus</code> attribute will hold a reference to an object with 
the following properties:
  +</p>
       <table>
        <tr>
          <td>
  @@ -305,7 +305,6 @@
          </td>
        </tr>
       </table>
  -</p>
   <p>An alternate form of <code>forEach</code> is supported for convenience 
when using XPath (since you can specify the selection criteria for the 
collection using XPath itself):</p>
   <source>
   &lt;jx:forEach select="XPathExpression"&gt;
  
  
  

Reply via email to