OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


Oops, yes, that should have been a match attribute.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

On 2/18/2016 6:09 AM, Mario Klebsch wrote:
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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]