From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../params/activate.external.olinks.xml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100755 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/activate.external.olinks.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/activate.external.olinks.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/activate.external.olinks.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/activate.external.olinks.xml new file mode 100755 index 000000000..a28686c76 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/activate.external.olinks.xml @@ -0,0 +1,69 @@ + + +activate.external.olinks +boolean + + +activate.external.olinks +Make external olinks into active links + + + + + + + + +Description + +If activate.external.olinks is nonzero +(the default), then any olinks that reference another document +become active links that can be clicked on to follow the link. +If the parameter is set to zero, then external olinks +will have the appropriate link text generated, but the link is +not made active. Olinks to destinations in +the current document remain active. + +To make an external olink active for HTML +outputs, the link text is wrapped in an a +element with an href attribute. To +make an external olink active for FO outputs, the link text is +wrapped in an fo:basic-link element with an +external-destination attribute. + +This parameter is useful when you need external olinks +to resolve but not be clickable. For example, if documents +in a collection are available independently of each other, +then having active links between them could lead to +unresolved links when a given target document is missing. + +The epub stylesheets set this parameter to zero by default +because there is no standard linking mechanism between Epub documents. + +If external links are made inactive, you should +consider setting the +stylesheet parameter olink.doctitle +to yes. That will append the external document's +title to the link text, making it easier for the user to +locate the other document. + +An olink is considered external when the +current.docid stylesheet parameter +is set to some value, and the olink's targetdoc +attribute has a different value. If the two values +match, then the link is considered internal. If the +current.docid parameter is blank, or +the olink element does not have a targetdoc attribute, +then the link is considered to be internal and will become +an active link. + +See also olink.doctitle, +prefer.internal.olink. + + + -- cgit v1.2.3-54-g00ecf