<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>I have analyzed the situation:</p>
    <p>When I transform the glossar of my book, transformation is
      without trouble. However, when transforming the whole book plus
      the glossar, it stumbles</p>
    <p>I then analyzed the glossar: It has seven glossdivs. The last one
      consists of some 20 glossdefs, of which I show the last ones:</p>
    <p>      <glossentry xml:id="glo.Tumor"><br>
              <glossterm>Tumor</glossterm><br>
              <glossdef><br>
                <para>Als Tumor wird zunächst eine raumfordernde
      Wucherung von Zellen bezeichnet, ein<br>
                  synonymer Ausdruck ist Neoplasie. Dabei gibt es
      gutartige Tumoren und bösartige. Je nach<br>
                  Ort der Geschwulst und nach Art des verdrängten und
      geschädigten Gewebes können<br>
                  Krankheiten bis hin zum Tod entstehen. Bösartige
      Tumoren sind die Ursache von Krebs, bei<br>
                  dem sich ausgehend von den ursprünglichen Tumorzellen
      weitere Geschwulste (Metatasen) in<br>
                  anderen Körperregionen bilden.</para><br>
              </glossdef><br>
            </glossentry><br>
            <glossentry xml:id="glo.geneticCode" xreflabel="Glo.T
      Genetischer Code"><br>
              <glossterm>Genetischer Code<indexterm><br>
                  <primary>Genetischer Code</primary><br>
                </indexterm></glossterm><br>
              <glossdef><br>
                <para><br>
                  <table frame="sides" rowsep="0" colsep="0"> [163
      lines]             <br>
                </para><br>
              </glossdef><br>
            </glossentry><br>
          </glossdiv><br>
        </glossary><br>
      </sect2><br>
    </p>
    It is this table which made the transformation choke. But only in
    the context of the book, not in the glossar itself. Can you please
    explain to me what I do wrong and how to change the behaviour?<br>
    <br>
    I have changed the transformation scenario to:<br>
    <img src="cid:part1.9AD6FB89.9D03B6F0@gmx.net" alt="" height="373"
      width="419"><br>
    <br>
    and are using the following stylesheet:<br>
    <br>
    <font size="-2"><?xml version="1.0" encoding="UTF-8"?><br>
      <xsl:stylesheet <br>
        xmlns:xsl=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/XSL/Transform">"http://www.w3.org/1999/XSL/Transform"</a><br>
        xmlns:fo=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/XSL/Format">"http://www.w3.org/1999/XSL/Format"</a> <br>
        xmlns:d=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/ns/docbook">"http://docbook.org/ns/docbook"</a><br>
        version="1.0"><br>
        <xsl:import
href=<a class="moz-txt-link-rfc2396E" href="http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl">"http://docbook.sourceforge.net/release/xsl-ns/current/fo/docbook.xsl"</a>/><br>
           <xsl:param
      name="caption.align">justify</xsl:param><br>
        <br>
        <xsl:template match="d:mediaobject/d:caption"><br>
          <fo:block role="caption"><br>
            <xsl:if test="$caption.align = 'right' or<br>
              $caption.align = 'left' or<br>
              $caption.align = 'justify' or<br>
              $caption.align = 'center'"><br>
              <xsl:attribute name="text-align"><br>
                <xsl:value-of select="$caption.align"/><br>
              </xsl:attribute><br>
            </xsl:if><br>
            <xsl:apply-templates/><br>
          </fo:block><br>
        </xsl:template><br>
      </xsl:stylesheet><br>
      <br>
    </font>Regards<br>
    Bernhard<br>
    <font size="-2"></font>
    <div class="moz-cite-prefix"><br>
      <br>
    </div>
    <pre class="moz-signature" cols="72">-- 
spitzhalde9
D-79853 lenzkirch
<a class="moz-txt-link-abbreviated" href="mailto:bernhard.kleine@gmx.net">bernhard.kleine@gmx.net</a>
<a class="moz-txt-link-abbreviated" href="http://www.b-kleine.com">www.b-kleine.com</a>, <a class="moz-txt-link-abbreviated" href="http://www.urseetal.net">www.urseetal.net</a>
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09</pre>
  </body>
</html>