Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 50124 invoked by uid 500); 23 May 2001 15:02:13 -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 Received: (qmail 50080 invoked by uid 500); 23 May 2001 15:02:07 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 23 May 2001 15:02:02 -0000 Message-ID: <20010523150202.50061.qmail@apache.org> From: giacomo@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl giacomo 01/05/23 08:02:01 Modified: src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl Log: Patch to make map:parameter available inside map:resource Submitted by: Peter Royal Revision Changes Path 1.9 +2 -2 xml-cocoon2/src/org/apache/cocoon/components/language/markup/sitemap/java/sitemap.xsl Index: sitemap.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/sitemap/java/sitemap.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sitemap.xsl 2001/05/22 16:20:47 1.8 +++ sitemap.xsl 2001/05/23 15:01:55 1.9 @@ -99,7 +99,7 @@ * * @author <a href="mailto:giacomo@apache.org">Giacomo Pati</a> * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a> - * @version CVS $Id: sitemap.xsl,v 1.8 2001/05/22 16:20:47 sylvain Exp $ + * @version CVS $Id: sitemap.xsl,v 1.9 2001/05/23 15:01:55 giacomo Exp $ */ public class extends AbstractSitemap { static final String LOCATION = "."; @@ -1086,7 +1086,7 @@ - + .setParameter ("", substitute(listOfMaps, "")); ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org