1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<section id="sec-xref">
<title>Using XRefsyle and Olinks</title>
<para>With version 0.2.7 you can use the <sgmltag>xrefstyle</sgmltag> attribute
like you would do with the DocBook Project stylesheets for HTML output.
Furthermore, you can also use <sgmltag>olink</sgmltag>s.</para>
<para>Actually, the common DocBook Project stylesheets version 1.72 are now used by
dblatex to handle all of these features.</para>
<para>These features are fully described in the <ulink url="http://www.sagehill.net/docbookxsl/index.html">DocBook XSL: The Complete Guide</ulink> book by Bob Stayton. In particular, the following sections cover these topics:
<itemizedlist>
<listitem><para><ulink url="http://www.sagehill.net/docbookxsl/CustomXrefs.html"/> explains how to use <sgmltag>xrefstyle</sgmltag>.</para></listitem>
<listitem><para><ulink url="http://www.sagehill.net/docbookxsl/Olinking.html"/> explains how to use <sgmltag>olink</sgmltag>s.</para></listitem>
</itemizedlist>
</para>
</section>
|