vgritsenko 2002/10/30 19:21:13
Modified: src/webapp Tag: cocoon_2_0_3_branch sitemap.xmap
src/java/org/apache/cocoon/transformation Tag:
cocoon_2_0_3_branch TraxTransformer.java
src/java/org/apache/cocoon/transformation
TraxTransformer.java
src/webapp sitemap.xmap
src/webapp/samples old_sitemap.xmap sitemap.xmap
Log:
Update javadoc and sitemaps: use-deli configuration parameter is not used anymore
Revision Changes Path
No revision
No revision
1.46.2.5 +2 -7 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
retrieving revision 1.46.2.4
retrieving revision 1.46.2.5
diff -u -r1.46.2.4 -r1.46.2.5
--- sitemap.xmap 25 Oct 2002 00:53:33 -0000 1.46.2.4
+++ sitemap.xmap 31 Oct 2002 03:21:13 -0000 1.46.2.5
@@ -99,7 +99,6 @@
pool-max="32" pool-min="8" pool-grow="2">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
- <use-deli>false</use-deli>
</map:transformer>
<map:transformer name="log"
src="org.apache.cocoon.transformation.LogTransformer"
@@ -719,17 +718,13 @@
<map:match pattern="deli.html">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="html"/>
</map:match>
<map:match pattern="deli.wml">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="wml"/>
</map:match>
No revision
No revision
1.21.2.4 +6 -5
xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java
Index: TraxTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -u -r1.21.2.3 -r1.21.2.4
--- TraxTransformer.java 27 Aug 2002 07:41:15 -0000 1.21.2.3
+++ TraxTransformer.java 31 Oct 2002 03:21:13 -0000 1.21.2.4
@@ -123,12 +123,13 @@
* session-id-from-cookie, session-id-from-url, session-valid, session-id.<br>
* This property is false by default.
*
- * <p> The <use-deli> configuration forces the transformer to
- * make all the properties from the CC/PP profile resolved from the
- * request available in the XSLT stylesheets. CC/PP support is
+ * <p> The <use-deli> configuration is not supported anymore.
+ * If DELI component is configured in the cocoon.xconf, transformer will
+ * always make all the properties from the CC/PP profile resolved from
+ * the request available in the XSLT stylesheets. CC/PP support is
* provided via the DELI library. If the request does not provide
* CC/PP information, then CC/PP information can added via the DELI
- * legacy device database. This property is false by default.
+ * legacy device database.
*
* <p>Note that these properties might introduces issues concerning
* cacheability of the generated output of this transformer.<br>
1.35 +6 -5
xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java
Index: TraxTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- TraxTransformer.java 27 Aug 2002 07:39:04 -0000 1.34
+++ TraxTransformer.java 31 Oct 2002 03:21:13 -0000 1.35
@@ -128,12 +128,13 @@
* session-id-from-cookie, session-id-from-url, session-valid, session-id.<br>
* This property is false by default.
*
- * <p> The <use-deli> configuration forces the transformer to
- * make all the properties from the CC/PP profile resolved from the
- * request available in the XSLT stylesheets. CC/PP support is
+ * <p> The <use-deli> configuration is not supported anymore.
+ * If DELI component is configured in the cocoon.xconf, transformer will
+ * always make all the properties from the CC/PP profile resolved from
+ * the request available in the XSLT stylesheets. CC/PP support is
* provided via the DELI library. If the request does not provide
* CC/PP information, then CC/PP information can added via the DELI
- * legacy device database. This property is false by default.
+ * legacy device database.
*
* <p>Note that these properties might introduces issues concerning
* cacheability of the generated output of this transformer.<br>
1.82 +0 -2 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sitemap.xmap 27 Oct 2002 07:20:16 -0000 1.81
+++ sitemap.xmap 31 Oct 2002 03:21:13 -0000 1.82
@@ -94,7 +94,6 @@
<map:transformer name="xalan" logger="sitemap.transformer.xslt" pool-grow="2"
pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
- <use-deli>false</use-deli>
</map:transformer>
<!--
@@ -106,7 +105,6 @@
pool-max="32" pool-min="8" pool-grow="2">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
- <use-deli>false</use-deli>
<transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory>
</map:transformer>
1.4 +2 -8 xml-cocoon2/src/webapp/samples/old_sitemap.xmap
Index: old_sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/old_sitemap.xmap,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- old_sitemap.xmap 25 Oct 2002 00:53:34 -0000 1.3
+++ old_sitemap.xmap 31 Oct 2002 03:21:13 -0000 1.4
@@ -89,7 +89,6 @@
<map:transformer name="xalan" logger="sitemap.transformer.xslt" pool-grow="2"
pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
- <use-deli>false</use-deli>
</map:transformer>
<!--
@@ -101,7 +100,6 @@
pool-max="32" pool-min="8" pool-grow="2">
<use-request-parameters>false</use-request-parameters>
<use-browser-capabilities-db>false</use-browser-capabilities-db>
- <use-deli>false</use-deli>
<!--
transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory
-->
</map:transformer>
@@ -647,17 +645,13 @@
<map:match pattern="deli.html">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="html"/>
</map:match>
<map:match pattern="deli.wml">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="wml"/>
</map:match>
1.24 +2 -6 xml-cocoon2/src/webapp/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/sitemap.xmap,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sitemap.xmap 20 Oct 2002 12:25:45 -0000 1.23
+++ sitemap.xmap 31 Oct 2002 03:21:13 -0000 1.24
@@ -433,17 +433,13 @@
<map:match pattern="deli.html">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="html"/>
</map:match>
<map:match pattern="deli.wml">
<map:generate src="docs/samples/hello-page.xml"/>
- <map:transform src="stylesheets/deli_test.xsl" type="xslt">
- <map:parameter name="use-deli" value="true"/>
- </map:transform>
+ <map:transform src="stylesheets/deli_test.xsl" type="xslt"/>
<map:serialize type="wml"/>
</map:match>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]