Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 34317 invoked from network); 19 Apr 2005 03:31:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 03:31:56 -0000 Received: (qmail 78691 invoked by uid 500); 19 Apr 2005 03:31:56 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 78618 invoked by uid 500); 19 Apr 2005 03:31:55 -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" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 78604 invoked by uid 99); 19 Apr 2005 03:31:55 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 18 Apr 2005 20:31:55 -0700 Received: (qmail 34280 invoked by uid 65534); 19 Apr 2005 03:31:54 -0000 Message-ID: <20050419033154.34279.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Tue, 19 Apr 2005 03:31:54 -0000 Subject: svn commit: r161832 - forrest/trunk/main/webapp/resources/stylesheets/howto2document.xsl To: svn@forrest.apache.org From: crossley@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Apr 18 20:31:53 2005 New Revision: 161832 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D161832 Log: Handle "faqs/part" from v1.3 DTDs as well as "faqs/faqsection" from v2.0 DT= Ds. Submitted by: Mark Eggers Issue: FOR-483 Modified: forrest/trunk/main/webapp/resources/stylesheets/howto2document.xsl Modified: forrest/trunk/main/webapp/resources/stylesheets/howto2document.xsl URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/styl= esheets/howto2document.xsl?view=3Ddiff&r1=3D161831&r2=3D161832 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/main/webapp/resources/stylesheets/howto2document.xsl (ori= ginal) +++ forrest/trunk/main/webapp/resources/stylesheets/howto2document.xsl Mon = Apr 18 20:31:53 2005 @@ -96,7 +96,7 @@
<xsl:value-of select=3D"$title"/> - +
=20 @@ -110,14 +110,14 @@ =20 - +
- <xsl:number count=3D"faqsection" level=3D"multiple" format=3D"1.1.= 1 "/> + <xsl:number count=3D"faqsection | part" level=3D"multiple" format= =3D"1.1.1 "/> <xsl:value-of select=3D"normalize-space(title)"/> - +
=20 @@ -125,7 +125,7 @@ FIXME: maybe an ID of questnnn should be written out --> - <xsl:number count=3D"faqsection" level=3D"multiple" format=3D"1.1.1.= "/> + <xsl:number count=3D"faqsection | part" level=3D"multiple" format=3D= "1.1.1."/> <xsl:number count=3D"faq" level=3D"single" format=3D"1 "/> <xsl:value-of select=3D"normalize-space(.)"/>