Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPDOCBOOK-4

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPDOCBOOK-4
    Summary: blockquote transform broken
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-docbook-plugin
 Components: 
             default

   Assignee: 
   Reporter: Kim Goings

    Created: Wed, 1 Sep 2004 5:03 PM
    Updated: Wed, 1 Sep 2004 5:03 PM
Environment: Maven 1.0, DocBook plugin 1.2

Description:
The blockquote transform drops the blockquoted text.  A suggested fix:

<xsl:template match="blockquote">
    <blockquote>
        <xsl:if test="title">
      <xsl:value-of select="title"/><br/>
        <xsl:apply-templates/>
     </xsl:if>
     <xsl:apply-templates/>
    </blockquote>
  </xsl:template>


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

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to