<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi Chris,<br>
    <br>
    Op 04-09-2021 om 11:48 schreef Chris Lamb:
    <blockquote type="cite"
      cite="mid:d262678c-45ac-4ffb-93c6-6af7207785aa@www.fastmail.com">
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Perhaps this is a known issue, or perhaps it is not. I didn't manage to
search the archives here, so forgive me if this is already discussed.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Don't worry, there are lot of documentation-related issues... and more
than one that affects docbook.xsl files — for example, there is/was one
in both libxlst and docbook2x, etc. etc.</pre>
    </blockquote>
    <br>
    For libzeep I wrote a small wrapper script to be used to wrap
    quickbook. It will take the output of quickbook and convert dates
    written out with dates based on SOURCE_DATE_EPOCH.<br>
    <br>
    The script can be found here:
<a class="moz-txt-link-freetext" href="https://salsa.debian.org/med-team/libzeep/-/blob/master/doc/tools/quickbook.sh.in">https://salsa.debian.org/med-team/libzeep/-/blob/master/doc/tools/quickbook.sh.in</a><br>
    <br>
    And to use it you should modify the Jamfile.v2 for the documentation
    to have something like this template jamfile:<br>
    <br>
    <pre class="code highlight" lang="plaintext">using boostbook
  : /usr/share/xml/docbook/stylesheet/docbook-xsl/
  : /usr/share/xml/docbook/schema/dtd/4.2/
  : /usr/share/boostbook
  ;

using xsltproc : @XSLTPROC@ ;

using doxygen : @DOXYGEN@ ;

using fop : @FOP@ ;

using quickbook : @QUICKBOOK_SCRIPT@ ;
</pre>
    <br>
    regards, -maarten<br>
    <pre class="moz-signature" cols="72">-- 
Maarten L. Hekkelman
<a class="moz-txt-link-freetext" href="http://www.hekkelman.com/">http://www.hekkelman.com/</a></pre>
  </body>
</html>