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


With that correction, it works for me.  Not sure why it isn't for you.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

On 2/16/2016 4:36 PM, Tim Arnold wrote:
Thanks Thomas,
That make sense--I wondered about that too, but even with that change, I
still get the xml:id attribute.

--Tim

On Tue, Feb 16, 2016 at 3:11 PM, Thomas Schraitle <tom_schr@web.de
<mailto:tom_schr@web.de>> wrote:

    Hi Tim,

    Am Dienstag, 16. Februar 2016, 13:02:21 schrieb Tim Arnold:
    > I must still be doing something wrong since I keep getting that attribute.
    > Here is my test.xsl customization layer:
    >
    > <?xml version='1.0'?>
    > <xsl:stylesheet
    >     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
    >     version="1.0">
    >
    >   <xsl:import href="/path/to/xsl-1.79.1/html/docbook.xsl"/>
    >   <xsl:template mode="htmlTableAtt" select="xml:id" />

    Haven't tested it, but I guess, in the select attribute you are
    missing the
    "@" symbol:

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

    Otherwise you would select the _element_ id in the XML namespace
    (which is
    very likely it doesn't exist).

    Good luck!

    --
    Gruß/Regards
       Thomas Schraitle


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




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