prussell 00/12/02 03:54:18
Modified: src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: xml-cocoon2 sitemap.xsl
Log:
Fixed problem with generated sitemap code causing compilation
failure for people with no 'handle-errors' pipeline.
Revision Changes Path
No revision
No revision
1.1.2.64 +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.63
retrieving revision 1.1.2.64
diff -u -r1.1.2.63 -r1.1.2.64
--- sitemap.xsl 2000/11/30 21:41:07 1.1.2.63
+++ sitemap.xsl 2000/12/02 11:54:17 1.1.2.64
@@ -77,7 +77,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo
Pati</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Berin
Loiritsch</a>
- * @version CVS $Revision: 1.1.2.63 $ $Date: 2000/11/30 21:41:07 $
+ * @version CVS $Revision: 1.1.2.64 $ $Date: 2000/12/02 11:54:17 $
*/
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"/>";
@@ -334,7 +334,7 @@
}
</xsl:when>
<xsl:otherwise>
- log.error("Sitemap", ex);
+ log.error("Sitemap", e);
</xsl:otherwise>
</xsl:choose>
}