docbook-apps

  • 1.  Re: [docbook-apps] TOC position in the document

    Posted 08-18-2010 22:42
    Hi,
    You can try this xpath:

    <xsl:apply-templates select="node()[not(self::sect1[@id = 'first'])]"/>

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net





  • 2.  RE: [docbook-apps] TOC position in the document

    Posted 08-19-2010 11:37
    Hi bob.
    Just one word:
    Perfect !

    Thanks a million
    Regards,
    Fabien


    -----Message d'origine-----
    De : Bob Stayton [mailto:bobs@sagehill.net]
    Envoyé : jeudi 19 août 2010 00:42
    À : Fabien Tillier; docbook-apps@lists.oasis-open.org
    Objet : Re: [docbook-apps] TOC position in the document

    Hi,
    You can try this xpath:

    <xsl:apply-templates select="node()[not(self::sect1[@id = 'first'])]"/>

    Bob Stayton
    Sagehill Enterprises
    bobs@sagehill.net