[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Re: page-specific footer for chunked output
Sam Steingold wrote:
>><xsl:apply-templates select="/book/bookinfo/subtitle"/>
>
>
> oops:
>
> No template matches subtitle in bookinfo.
> No template matches date in bookinfo.
Title and subtitle elements are not processed by normal templates, but
by titlepage templates. You can try to use
<xsl:apply-templates select="/book/bookinfo/subtitle/node()"/>
to overcome this problem.
Jirka
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz
------------------------------------------------------------------
Profesionální školení a poradenství v oblasti technologií XML.
Podívejte se na náš nově spuštěný web http://DocBook.cz
Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
S/MIME Cryptographic Signature
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]