[
https://issues.apache.org/jira/browse/FOR-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507084
]
David Crossley commented on FOR-1013:
-------------------------------------
Thanks, i will do the rest of the work. It needs adding to the XML Catalog at
main/webapp/resources/schema/
No-one should be using the DTDs at f.a.o/dtd/ ... As that page says, all tools
should be using the Catalog.
However, you are correct. Old DTDs definitely are catered for by Forrest's
Catalog and refers to the local copies at
$FORREST_HOME/main/webapp/resources/schema/
The other side of this task, is to add to the skinconf styelsheet(s) to set the
defaults.
> absolute URLs in PDF
> --------------------
>
> Key: FOR-1013
> URL: https://issues.apache.org/jira/browse/FOR-1013
> Project: Forrest
> Issue Type: Improvement
> Components: Plugin: output.pdf
> Affects Versions: 0.8
> Reporter: Patrick Ohly
> Assignee: David Crossley
> Priority: Minor
> Attachments: pdf-absolute-url.patch, pdf-dtd-update.patch
>
>
> In case someone else has the same problem: my PDFs generated by Forrest
> contained relative URLs for site-internal links which the PDF viewer
> then couldn't open because it didn't know the start URL. Attached is a
> patch for document-to-fo.xsl which turns relative URLs into absolute
> ones in the PDF. It applies to 0.8 cleanly only after also applying the
> PDF summary patch in
> https://issues.apache.org/jira/browse/FOR-355#action_12505910
> Otherwise be prepared for a few line offset warnings.
> I enabled this in my skinconf.xml with:
> ...
> <!--
> Normally all links inside a Forrest site are relative. This
> does not work well in PDFs which are typically viewed outside of
> the web site. Setting this option adds the given prefix to all
> relative URLs, both to the link as well as the optional, additional
> text.
> -->
> <url-prefix>http://www.estamos.de/</url-prefix>
> </pdf>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.