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/23 21:19:00 UTC

[issues] Created: (FOR-37) title 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-37


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

     Status: Unassigned
   Priority: Major

    Project: Forrest
  Component: Core operations
   Versions:
             HEAD

   Assignee: 
   Reporter: Juan Jose Pablos

    Created: Fri, 23 May 2003 9:19 PM
    Updated: Fri, 23 May 2003 9:19 PM

Description:
given a sdocbook:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.0//EN"
"http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd">
<article>
  <title>test</title>
<section>
<title>test</title>
</section>
</article>

is unable to display title on the html outpu

This is the temporal fix

cvs server: Diffing .
Index: docbook2document.xsl
===================================================================
RCS file: /home/cvspublic/xml-forrest/src/resources/stylesheets/docbook2document.xsl,v
retrieving revision 1.7
diff -r1.7 docbook2document.xsl
62a63
>                          <xsl:apply-templates select="title"/>


Cheers


---------------------------------------------------------------------
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