dims 00/12/14 17:02:42
Modified: src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: xml-cocoon2 sitemap.xsl
Log:
patch for "bug when log.debug is printing out Actions" from
Lassi Immonen <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.1.2.71 +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.70
retrieving revision 1.1.2.71
diff -u -r1.1.2.70 -r1.1.2.71
--- sitemap.xsl 2000/12/11 06:17:25 1.1.2.70
+++ sitemap.xsl 2000/12/15 01:02:41 1.1.2.71
@@ -77,7 +77,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo
Pati</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Berin
Loritsch</a>
- * @version CVS $Revision: 1.1.2.70 $ $Date: 2000/12/11 06:17:25 $
+ * @version CVS $Revision: 1.1.2.71 $ $Date: 2000/12/15 01:02:41 $
*/
public class <xsl:value-of select="@file-name"/> extends AbstractSitemap
{
static final String LOCATION = "<xsl:value-of
select="translate(@file-path, '/', '.')"/>.<xsl:value-of select="@file-name"/>";
@@ -531,7 +531,7 @@
<xsl:choose>
<xsl:when test="./*">
if ((list = <xsl:value-of select="$action-name"/> (environment,
objectModel, substitute(listOfLists,<xsl:value-of select="$action-source"/>),
<xsl:value-of select="$component-param"/>)) != null) {
- log.debug("Action <xsl:value-of select="$action-name"/>");
+ log.debug("Action <xsl:value-of
select="translate($action-name,'"',' ')"/>");
listOfLists.add (list);
<xsl:apply-templates/>
listOfLists.remove(list);