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


Yes Mario, Thanks! that was my problem and now everything is working again.

Two notes for anyone interested in this problem:
(1)
xsltproc was silent and continued to process the file so beware!
saxon655 complained and exited with the nice error message:
xsl:template must have a a name or match attribute (or both)

(2)
That fix got rid of the xml:id attributes but when you're producing epub3, you still need to filter out the other attributes that get copied into the html (rules, frame, and so on).

thanks again,
--Tim



On Thu, Feb 18, 2016 at 11:39 AM, Bob Stayton <bobs@sagehill.net> wrote:
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


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org




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