OLD | NEW |
| (Empty) |
1 <refentry xmlns="http://docbook.org/ns/docbook" | |
2 xmlns:xlink="http://www.w3.org/1999/xlink" | |
3 xmlns:xi="http://www.w3.org/2001/XInclude" | |
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" | |
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
6 version="5.0" xml:id="olink.properties"> | |
7 <refmeta> | |
8 <refentrytitle>olink.properties</refentrytitle> | |
9 <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo> | |
10 </refmeta> | |
11 <refnamediv> | |
12 <refname>olink.properties</refname> | |
13 <refpurpose>Properties associated with the cross-reference | |
14 text of an olink.</refpurpose> | |
15 </refnamediv> | |
16 | |
17 <refsynopsisdiv> | |
18 <src:fragment xml:id="olink.properties.frag"> | |
19 <xsl:attribute-set name="olink.properties"> | |
20 <xsl:attribute name="show-destination">replace</xsl:attribute> | |
21 </xsl:attribute-set> | |
22 </src:fragment> | |
23 </refsynopsisdiv> | |
24 | |
25 <refsection><info><title>Description</title></info> | |
26 | |
27 <para>This <literal>attribute set</literal> is applied to the | |
28 <literal>fo:basic-link</literal> element of an olink. It is not applied to the | |
29 optional page number or optional title of the external | |
30 document.</para> | |
31 | |
32 </refsection> | |
33 </refentry> | |
OLD | NEW |