[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] XREF text/label issue
Ok, I tested this with the snapshot for 27-Aug-10 and it did not work right. So the issue appears to be in the repository stylesheets.
The symptoms are that there are no number labeling at all except for the TOC.
Can anyone confirm this?
Here is the xml and style sheet:
---------------
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.docbook.org/xml/4.5/docbookx.dtd"> <chapter><title>Test</title>
<section> <title>Calibration Schedule</title> <para>Check number 2 calibration using the <emphasis role="bold">froggy</emphasis>
procedures. See <xref linkend="TCL-sys"/>. </para> </section> <section id="TCL-sys">
<title>Tension Control Link</title>
<para>This system is used to verify calibration and provides a completely independent check
of force measurement calibration. The Tension Calibration System is traceable to the U.S. National Institute of Standards and Technology. Needed to perform the calibration are two wood-faced steel paddles for insertion into the clamps, a tension load cell with steel pins for attachment to the paddles and a readout (TCL).</para> </section> </chapter> -----------------------------
Customization XSL
-----------------------------
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <!-- Include the company standard stylesheet -->
<xsl:import href="../../doctools/docbook-xsl-1.75.2/fo/docbook.xsl"/> <xsl:param name="xref.with.number.and.title">1</xsl:param>
<xsl:param name="section.label.includes.component.label">1</xsl:param> <xsl:param name="section.autolabel">1</xsl:param> <xsl:param name="section.autolabel.max.depth">10</xsl:param> <xsl:param name="chapter.autolabel">1</xsl:param> <xsl:param name="generate.section.toc.level">2</xsl:param> <xsl:param name="toc.max.depth" select="6"></xsl:param> <xsl:param name="label.from.part" select="1"></xsl:param>
<xsl:param name="component.label.includes.part.label" select="1"></xsl:param> </xsl:stylesheet> In a message dated 09/03/10 11:56:21 Pacific Daylight Time, deannelson writes:
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]