The following issue has been updated:
Updater: Aaron Isotton (mailto:aaron@isotton.com)
Date: Sat, 26 Feb 2005 9:40 AM
Comment:
Patc for src/core/context/resources/stylesheets/docbook2document.xsl
Changes:
Attachment changed to docbook2document.ulink.patch
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.cocoondev.org//browse/FOR-449?page=history
---------------------------------------------------------------------
View the issue:
http://issues.cocoondev.org//browse/FOR-449
Here is an overview of the issue:
---------------------------------------------------------------------
Key: FOR-449
Summary: Url attribute is not used as content for empty ulink elements
Type: Improvement
Status: Unassigned
Priority: Minor
Project: Forrest
Components:
Plugin: Simplified Docbook
Versions:
0.6.1
Assignee:
Reporter: Aaron Isotton
Created: Sat, 26 Feb 2005 9:39 AM
Updated: Sat, 26 Feb 2005 9:40 AM
Description:
When using an ulink element as follows in a docbook document:
<ulink url="http://some/url"/>
The original docbook stylesheets use "http://some/url" as text for the link (something like
<a href="http://some/url">http://some/url</a>), but the simplified forrest stylesheets
create a link with no text (something like <a href="http://some/url"></a>.
This patch fixes that.
---------------------------------------------------------------------
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//secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|