Re: [docbook-apps] issue with 1.79.1 stylesheets and table id

From
Mario Klebsch <>
Date
2016-02-18T14:09:52+00:00
ID
Thread
Re: [docbook-apps] issue with 1.79.1 stylesheets and table id
Hi,

> <xsl:template mode="htmlTableAtt" select="@xml:id">
>   <xsl:message>got here</xsl:message>
> </xsl:template>

If it still does not work, try changing select to match:

<xsl:template mode="htmlTableAtt" match="@xml:id">

73, Mario