From svn-return-8040-apmail-forrest-svn-archive=forrest.apache.org@forrest.apache.org Wed Oct 01 07:07:27 2008 Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 69419 invoked from network); 1 Oct 2008 07:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 07:07:27 -0000 Received: (qmail 49490 invoked by uid 500); 1 Oct 2008 07:07:26 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 49454 invoked by uid 500); 1 Oct 2008 07:07:26 -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 49445 invoked by uid 99); 1 Oct 2008 07:07:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 00:07:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 07:06:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9BFC6238889E; Wed, 1 Oct 2008 00:06:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r700696 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl Date: Wed, 01 Oct 2008 07:06:36 -0000 To: svn@forrest.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081001070636.9BFC6238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmcdonald Date: Wed Oct 1 00:06:36 2008 New Revision: 700696 URL: http://svn.apache.org/viewvc?rev=700696&view=rev Log: Titles were not showing up in xdoc or output formats due to missing element Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl?rev=700696&r1=700695&r2=700696&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.tei/resources/stylesheets/tei-to-document.xsl Wed Oct 1 00:06:36 2008 @@ -11,7 +11,7 @@
- <xsl:value-of select="teiHeader/titleStmt/title"/> + <xsl:value-of select="teiHeader/fileDesc/titleStmt/title"/>
@@ -118,4 +118,4 @@ - \ No newline at end of file +