From forrest-dev-return-6488-apmail-xml-forrest-dev-archive=xml.apache.org@xml.apache.org Wed Jul 30 12:42:45 2003 Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 9753 invoked by uid 500); 30 Jul 2003 12:42:42 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 9738 invoked from network); 30 Jul 2003 12:42:42 -0000 Received: from cocoondev.org (65.77.211.32) by daedalus.apache.org with SMTP; 30 Jul 2003 12:42:42 -0000 Received: (qmail 9108 invoked from network); 30 Jul 2003 12:42:43 -0000 Received: from unknown (HELO cocoondev.org) (jira?admin@127.0.0.1) by cocoondev.org with SMTP; 30 Jul 2003 12:42:43 -0000 Message-ID: <33486858.1059568963018.JavaMail.jira_admin@cocoondev.org> From: issues@cocoondev.org To: forrest-dev@xml.apache.org Subject: [issues] Closed: (FOR-41) Element TITLE passed on the tranformation from sdocbook to document v11 Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Message: The following issue has been closed. --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-41 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-41 Summary: Element TITLE passed on the tranformation from sdocbook to document v11 Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Forrest Component: None Fix For: 0.5 Versions: HEAD Assignee: Reporter: Juan Jose Pablos Created: Fri, 6 Jun 2003 2:58 PM Updated: Wed, 30 Jul 2003 2:42 PM Environment: Linux 2.4.18 i686 java version "1.4.1_01" Description: Given a sdocbook format with an image the title element on the figure context is copied across. So it produce an invalid HTML code. I found the part that creates this problem:
But I do not know of a way to ignore just the title element and select everything else. This patch would fix it, but I am not 100% sure if this is how you wanted to do it. =================================================================== RCS file: /home/cvspublic/xml-forrest/src/resources/stylesheets/docbook2document.xsl,v retrieving revision 1.9 diff -u -r1.9 docbook2document.xsl --- docbook2document.xsl 1 Jun 2003 09:35:13 -0000 1.9 +++ docbook2document.xsl 6 Jun 2003 12:57:27 -0000 @@ -446,7 +446,13 @@ - + + + + + + + --------------------------------------------------------------------- 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