Return-Path: Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 78646 invoked by uid 1041); 4 Sep 2000 18:54:22 -0000 Date: 4 Sep 2000 18:54:22 -0000 Message-ID: <20000904185422.78626.qmail@locus.apache.org> From: giacomo@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon/src/org/apache/cocoon/components/language/markup/sitemap/java sitemap.xsl giacomo 00/09/04 11:54:21 Modified: src/org/apache/cocoon/components/language/markup/sitemap/java Tag: xml-cocoon2 sitemap.xsl Log: Fixed sitemap stylesheet to handle component labels correctly Revision Changes Path No revision No revision 1.1.2.30 +5 -8 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.29 retrieving revision 1.1.2.30 diff -u -r1.1.2.29 -r1.1.2.30 --- sitemap.xsl 2000/09/02 21:12:34 1.1.2.29 +++ sitemap.xsl 2000/09/04 18:54:20 1.1.2.30 @@ -11,7 +11,7 @@ @@ -722,14 +722,11 @@ - - - - - if ("".equals(cocoon_view)) { - return view_ (pipeline, listOfLists, environment); + + if ("".equals(cocoon_view)) { + return view_ (pipeline, listOfLists, environment); } - +