giacomo 00/09/08 11:08:52
Modified: src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: xml-cocoon2 sitemap.xsl
Log:
Fixed a bug that generats duplicate methods names in a MetcherFactory.
This patch was subitted by Vadim Gritsenko
Revision Changes Path
No revision
No revision
1.1.2.33 +2 -2
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.32
retrieving revision 1.1.2.33
diff -u -r1.1.2.32 -r1.1.2.33
--- sitemap.xsl 2000/09/07 22:26:57 1.1.2.32
+++ sitemap.xsl 2000/09/08 18:08:51 1.1.2.33
@@ -11,7 +11,7 @@
<!--
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
- * @version CVS $Revision: 1.1.2.32 $ $Date: 2000/09/07 22:26:57 $
+ * @version CVS $Revision: 1.1.2.33 $ $Date: 2000/09/08 18:08:51 $
-->
<!-- Sitemap Core logicsheet for the Java language -->
@@ -742,7 +742,7 @@
<xsl:param name="value"/>
<xsl:param name="prefix"/>
<xsl:param name="suffix"/>
- <xsl:variable name="value1" select="translate($value,'/-
*?@:{}()[].#^\\$|!~\','_')"/>
+ <xsl:variable name="value1" select="translate($value,'/-
*?@:{}()[].#^\\$|!~\','______________________')"/>
<xsl:value-of select="$prefix"/><xsl:value-of
select='translate($value1,"'","")'/><xsl:value-of select="$suffix"/>
</xsl:template>