giacomo 00/08/25 13:27:15
Modified: src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: xml-cocoon2 sitemap.xsl
Log:
Reenabled <parameter> element but only withing a <pipeline> element.
Revision Changes Path
No revision
No revision
1.1.2.24 +2 -4
xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl
Index: sitemap.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java/Attic/sitemap.xsl,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24
diff -u -r1.1.2.23 -r1.1.2.24
--- sitemap.xsl 2000/08/23 22:44:27 1.1.2.23
+++ sitemap.xsl 2000/08/25 20:27:10 1.1.2.24
@@ -2,7 +2,7 @@
<!-- Sitemap Core logicsheet for the Java language -->
<!--
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.1.2.23 $ $Date: 2000/08/23 22:44:27 $
+ * @version CVS $Revision: 1.1.2.24 $ $Date: 2000/08/25 20:27:10 $
-->
<xsl:stylesheet
@@ -511,11 +511,9 @@
</xsl:choose>
</xsl:template> <!-- match="map:redirect-to" -->
-<!-- FIXME (SM) what is this for?
- <xsl:template match="parameter">
+ <xsl:template match="map:pipeline//parameter">
param.setParameter ("<xsl:value-of select="@name"/>", "<xsl:value-of
select="@value"/>");
</xsl:template>
- -->
<xsl:template match="map:param">
param.setParameter ("<xsl:value-of select="@name"/>", "<xsl:value-of
select="@map:value"/>");