crossley 2003/12/17 23:13:10
Modified: src/documentation/xdocs/userdocs/flow jxtemplate.xml
Log:
Fix more xml validation errors.
Revision Changes Path
1.26 +2 -5
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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- jxtemplate.xml 14 Dec 2003 18:23:54 -0000 1.25
+++ jxtemplate.xml 18 Dec 2003 07:13:10 -0000 1.26
@@ -106,7 +106,7 @@
<p>
Example:
</p>
-<p><source>
+<source>
<![CDATA[
<map:match pattern="*.jx">
<map:generate type="jx" src="documents/{1}.jx">
@@ -116,7 +116,6 @@
</map:match>
]]>
</source>
-</p>
</s2>
</s1>
<s1 title ="Tags">
@@ -249,7 +248,6 @@
attribute specifies the item to end with (<code>0</code> = first item,
<code>1</code> = second item, ...). If unspecified it defaults to the last
item in the list. Every <code>step</code> items are
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>
<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>
@@ -273,7 +271,7 @@
<td>#{./productId}</td>
</jx:forEach>
</source>
- <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>
@@ -374,7 +372,6 @@
end=#{$status.end}
</jx:forEach>
</source>
-<p/>
</s2>
<s2 title="formatNumber">
<p>