From: Karsten O. <wid...@t-...> - 2005-05-27 15:02:14
|
Hello, Toto be able to work, I had to include one patch in the qandaset.mod.xsl, which removes a template which is not used and let every XSLT processor fail. This patch was already there, but not included in the CVS. Why? Another bug was a missing '' in preamble.mod.xsl in line 523 for saxon 8 - <xsl:if test="$latex.use.varioref='1'"> + <xsl:if test="$latex.use.varioref=1"> I added a support for the scale and align="center" attribute of graphic of DocBook. The xref to biblioentries did not generate a label. I used the XrefLabel to do this. Beyonf this xalan cannot compile the stylesheets. Somebody a solution? Please include this. Bye, Karsten |