<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Bob and Radu,</p>
    <p>I have this scenario in oxygen to produce the epub:</p>
    <p><img src="cid:part1.938B5E1F.7BA5DBE7@gmx.net" alt="" width="468"
        height="441"></p>
    <p>For the pdf transformation I downloaded the snapshot of a new
      XSLT to a subdirectory of the xsl dir (for the project) and loaded
      it in the <br>
    </p>
    <p>private transformation file:</p>
    <p><?xml version="1.0" encoding="utf-8"?><br>
      ...<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:d=<a class="moz-txt-link-rfc2396E" href="http://docbook.org/ns/docbook">"http://docbook.org/ns/docbook"</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> version="1.0"><br>
        <xsl:import
      href="../docbook-xsl-snapshot/fo/docbook.xsl"/>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<br>
        <xsl:param name="local.l10n.xml" select="document('')"/><br>
        <l:i18n
      xmlns:l=<a class="moz-txt-link-rfc2396E" href="http://docbook.sourceforge.net/xmlns/l10n/1.0">"http://docbook.sourceforge.net/xmlns/l10n/1.0"</a>></p>
    <p>This xsl snapshot does produce three consecutive indices. How
      could one adapt this to the epub generation?</p>
    <p>@Radu:</p>
    <p>I expect four different indizes, Titles as in the extract, and
      not the indexterms in one big index as it is done now.</p>
    <p>Unfortunately the files epub and pdf are quite large (570 resp 57
      Mb). the pdf can be found her:<br>
<a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/fz1n8xxxnljrkgr/FalterinLenzkirch_C_draft.pdf?dl=0">https://www.dropbox.com/s/fz1n8xxxnljrkgr/FalterinLenzkirch_C_draft.pdf?dl=0</a><br>
      The first index starts at page 390. <br>
    </p>
    <p>I hope that this information helps. If necessary I may prepare in
      MWE. <br>
    </p>
    <p>Kind regards</p>
    <p>Bernhard<br>
    </p>
    <div class="moz-cite-prefix">Am 14.12.2020 um 12:51 schrieb Oxygen
      XML Editor Support (Radu Coravu):<br>
    </div>
    <blockquote type="cite"
      cite="mid:49b8e7ce-0d2c-4c56-e0a4-d510078970fd@oxygenxml.com">Hi
      Bernhard, Bob,
      <br>
      <br>
      Oxygen ships with the DocBook 1.79.2 XSLT stylesheets.
      <br>
      I looked at the folder where the DocBook to EPUB3 transformation
      scripts exist:
      <br>
      <br>
      OXYGEN_INSTALL_DIR/frameworks/docbook/xsl/epub3
      <br>
      <br>
      and it seems that about 7 years ago I'm the one who added a build
      file to build the EPUB after the XSLT transformations are done.
      <br>
      <br>
      Question for Bob:
      <br>
      Should I update the DocBook XSLTs in Oxygen to a newer stable
      version? If so, which one would be that?
      <br>
      <br>
      Question for Bernard:
      <br>
      My knowledge of DocBook indices and how they are used is quite
      limited. Could you give me precise details about how you expect
      the indices to work in the EPUB? I added your indices sample to a
      small DocBook 5 XML document I have, they seem to look similar
      when publishing to EPUB 3 or to PDF.
      <br>
      <br>
      Regards,
      <br>
      Radu
      <br>
      <br>
      Radu Coravu
      <br>
      <oXygen/> XML Editor
      <br>
      <a class="moz-txt-link-freetext" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a>
      <br>
      <br>
      On 12/14/2020 7:46 AM, Bob Stayton wrote:
      <br>
      <blockquote type="cite">I believe the problem lies with the
        version of DocBook XSL that ships with Oxygen.  This issue has
        been recorded as an issue and fixed in the Github source files,
        but a new release needs to be made so it can be incorporated
        into Oxygen.
        <br>
        <br>
        The fix is not simple, so feel free to contact me directly if
        you want to incorporate it into your stylesheet.
        <br>
        <br>
        Bob Stayton
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:bobs@sagehill.net">bobs@sagehill.net</a>
        <br>
        <br>
        On 12/10/2020 11:30 PM, Bernhard Kleine wrote:
        <br>
        <blockquote type="cite">Hi,
          <br>
          <br>
          while docbook to pdf transformation does respect the different
          indices,
          <br>
          ant does not. Who may I have to contact and where to complain?
          The
          <br>
          following is totally mixed up.
          <br>
          <br>
              <index type="scName">
          <br>
                   <title>Scientific names</title>
          <br>
               </index>
          <br>
               <index type="dtName">
          <br>
                   <title>Deutsche Namensliste</title>
          <br>
               </index>
          <br>
               <index type="RWP">
          <br>
                   <title>Plants for Caterpillars</title>
          <br>
               </index>
          <br>
               <index type="idx">
          <br>
                   <title>General Index</title>
          <br>
               </index>
          <br>
          <br>
          Kind regards Bernhard
          <br>
          <br>
          <br>
          _______________________________________________
          <br>
          oXygen-user mailing list
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
          <br>
          <a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
          <br>
        </blockquote>
        <br>
        _______________________________________________
        <br>
        oXygen-user mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
        <br>
        <a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
        <br>
        <br>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
    </blockquote>
    <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>
Ich darf auf mein neues Buch "670 Falter im Hochschwarzwald" aufmerksam machen 
(Infos bei mir)
-
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>