Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 25783 invoked from network); 25 Aug 2006 00:02:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 00:02:57 -0000 Received: (qmail 62554 invoked by uid 500); 25 Aug 2006 00:02:55 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 62498 invoked by uid 500); 25 Aug 2006 00:02:54 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 62460 invoked by uid 99); 25 Aug 2006 00:02:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 17:02:54 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 17:02:53 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 371FC1A981A; Thu, 24 Aug 2006 17:02:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r434576 - /forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Date: Fri, 25 Aug 2006 00:02:32 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060825000233.371FC1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Aug 24 17:02:32 2006 New Revision: 434576 URL: http://svn.apache.org/viewvc?rev=434576&view=rev Log: Fix example: html2document.xsl to html-to-document.xsl Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=434576&r1=434575&r2=434576&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Thu Aug 24 17:02:32 2006 @@ -202,7 +202,7 @@ <map:match pattern="lenya/**.xml"> <map:generate type="html" src="{lm:{0}}" /> - <map:transform src="{forrest:forrest.stylesheets}/html2document.xsl" /> + <map:transform src="{forrest:forrest.stylesheets}/html-to-document.xsl" /> <map:serialize type="xml"/> </map:match>