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] 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).
>


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