Next in thread → Next in month →

Re: [docbook-apps] titlepage customization

From
Damon Mannion <>
Date
2009-04-25T15:11:49+00:00
ID
Thread
Re: [docbook-apps] titlepage customization
Thanks, you're right, it's namespaces. Need to amend the code the look  
like this

                 <xsl:when test="d:info/d:title">
                   <xsl:apply-templates
                          mode="book.titlepage.recto.auto.mode"
                          select="d:info/d:title"/>

and it all works.

On 25 Apr 2009, at 00:03, Bob Stayton wrote:

> Well, that example is known to work with DocBook 4.  If you are  
> using the DocBook 5 namespace stylesheets, you would need to add the  
> namespace to the element names (and use info instead of bookinfo).
>
Next in thread → Next in month →