Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 26035 invoked by uid 500); 30 Mar 2003 16:12:48 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Delivered-To: moderator for cocoon-cvs@xml.apache.org Received: (qmail 11088 invoked by uid 500); 30 Mar 2003 12:48:33 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Date: 30 Mar 2003 12:48:33 -0000 Message-ID: <20030330124833.27715.qmail@icarus.apache.org> From: ghoward@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/webapp sitemap.xmap X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ghoward 2003/03/30 04:48:33 Modified: src/webapp/stylesheets/system error2html.xslt status2html.xslt src/webapp/samples sitemap.xmap src/webapp/samples/common/style/xsl/html simple-page2html.xsl simple-samples2html.xsl src/webapp sitemap.xmap Log: use $contextPath in xsl to accomodate different context names. Revision Changes Path 1.5 +4 -2 cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt Index: error2html.xslt =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/error2html.xslt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- error2html.xslt 26 Mar 2003 21:21:29 -0000 1.4 +++ error2html.xslt 30 Mar 2003 12:48:32 -0000 1.5 @@ -6,20 +6,22 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:error="http://apache.org/cocoon/error/2.1"> + + <xsl:value-of select="error:title"/> - + -