[
https://issues.apache.org/jira/browse/FOR-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495594
]
Gavin commented on FOR-858:
---------------------------
Ok, so the above if test will look for something like
<cite>http://www.w3.org/Graphics/SVG/</cite>
and turn it into
(Source: <a
href="http://www.w3.org/Graphics/SVG/">http://www.w3.org/Graphics/SVG/</a>)
which outputs as
(Source:http://www.w3.org/Graphics/SVG/)
Fair enough, so it links directly to the cited source. Where does the citations
plugin come into all this?
Do we also need to add a link to an entry into the citations plugin which in
turn cites a para and then links to
the source? (We could exend the if test to include a link to the citations
example page)
> glossary items with "see" for other items creates broken links
> --------------------------------------------------------------
>
> Key: FOR-858
> URL: https://issues.apache.org/jira/browse/FOR-858
> Project: Forrest
> Issue Type: Bug
> Components: Plugin: input.glossary
> Affects Versions: 0.8
> Reporter: David Crossley
>
> The glossary-to-document.xsl handles the "see" elements to create links to
> other items. However this broken and so is commented-out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.