Antonio Gallardo wrote:
Can you send me a patch for a correct english of this? ;-)

Apologies...

That last patch was imcomplete.

This covers all instances of cach(e)ability, and replaces a <br> with a <p> to 
increase clarity.

Ben Pope.
Index: TraxTransformer.java
===================================================================
--- TraxTransformer.java        (revision 165470)
+++ TraxTransformer.java        (working copy)
@@ -85,13 +85,13 @@
  * </pre>
  *
  * The &lt;use-request-parameter&gt; configuration forces the transformer to 
make all
- * request parameters available in the XSLT stylesheet. Note that this might 
have issues
- * concerning cachability of the generated output of this transformer.<br>
+ * request parameters available in the XSLT stylesheet. Note that this has 
implications
+ * for caching of the generated output of this transformer.<br>
  * This property is false by default.
  * <p>
  * The &lt;use-cookies&gt; configuration forces the transformer to make all
  * cookies from the request available in the XSLT stylesheetas.
- * Note that this might have issues concerning cachability of the generated 
output of this
+ * Note that this has implications for caching of the generated output of this
  * transformer.<br>
  * This property is false by default.
  * <p>
@@ -101,10 +101,10 @@
  * session-id-from-cookie, session-id-from-url, session-valid, session-id.<br>
  * This property is false by default.
  *
- * <p>Note that these properties might introduces issues concerning
- * cacheability of the generated output of this transformer.<br>
+ * <p>Note that these properties have implications for caching of the generated
+ * output of this transformer.
  *
- *
+ * <p>
  * The &lt;xslt-processor-role&gt; configuration allows to specify the TrAX 
processor (defined in
  * the cocoon.xconf) that will be used to obtain the XSLT processor. This 
allows to have
  * several XSLT processors in the configuration (e.g. Xalan, XSTLC, Saxon, 
...) and choose

Reply via email to