Bug#293989: [xml/sgml-pkgs] Bug#293989: xsl stylesheet does not work anymore

Mike Hommey Mike Hommey <mh@glandium.org>, 293989@bugs.debian.org
Mon, 7 Feb 2005 17:28:36 +0100


On Mon, Feb 07, 2005 at 04:27:56PM +0100, Mike Hommey <mh@glandium.org> wrote:
> (If you'd provide some more informations, i'd come with a fix quite easily,
> i think it's a matter of replacing some xsl:include by xsl:import).

So, taking a quick look into it shows that the occurence of
question.answer.label in common/common.xsl seems removeable. It is the
same as the one in qandaset.mod.xsl, there's only a difference of
"fallback" variable, but it seems that the one in common.xsl is useless
and is only here because common.xsl is taken from docbook-xsl.
So, i'd say there are 2 solutions :
- removing this templace in common/common.xsl
- replace the xsl:include by a xsl:import for the common/common.xsl file
  in docbook.xsl.

Wichert, if you could provide your test files so that i could give it a
try...

Mike