You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2003/05/28 14:31:14 UTC

[issues] Created: (FOR-40) title & subtitle not displayed when using a sdocbook format

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-40


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-40
    Summary: title & subtitle not displayed when using a sdocbook format
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
  Component: None
   Versions:
             HEAD

   Assignee: 
   Reporter: Juan Jose Pablos

    Created: Wed, 28 May 2003 2:31 PM
    Updated: Wed, 28 May 2003 2:31 PM

Description:
title and subtitle elements ara valid under the article element.

Index: docbook2document.xsl
===================================================================
RCS file: /home/cvspublic/xml-forrest/src/resources/stylesheets/docbook2document.xsl,v
retrieving revision 1.7
diff -u -r1.7 docbook2document.xsl
--- docbook2document.xsl	17 May 2003 15:00:18 -0000	1.7
+++ docbook2document.xsl	28 May 2003 12:30:36 -0000
@@ -60,8 +60,8 @@
        <xsl:template match="/article">
              <document>
                    <header>
-                         <xsl:apply-templates select="articleinfo/title"/>
-                         <xsl:apply-templates select="articleinfo/subtitle"/>
+                         <xsl:apply-templates select="articleinfo/title|title"/>
+                         <xsl:apply-templates select="articleinfo/subtitle|subtitle"/>
                          <authors>
                                <xsl:apply-templates select="articleinfo/author"/>
                                <xsl:apply-templates select="articleinfo/corpauthor"/>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira