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] Unable to get the document 'title' and'releaseinfo'



Great!

It had to be as simple as this  :)

~spr


Bob Stayton wrote:
> 
> Hi,
> The basic problem seems to be mixing namespaced patterns with the 
> non-namespaced stylesheets.  Your test-header.xsl has:
> 
>   <xsl:import
>     href    = "../docbook-xsl-1.73.2/fo/docbook.xsl" />
> 
> which imports the non-namespaced templates, while your pattern matches use 
> the namespace:
> 
> <xsl:value-of  select="ancestor-or-self::d:book/d:info/d:title"/>
> 
> You should be importing docbook-xsl-ns-1.73.1.  As it is, the root
> template 
> of the non-namespaced stylesheet strips off the namespaces in your 
> document, so they won't match the patterns you have specified.
> 
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> bobs@sagehill.net
> 
> 

-- 
View this message in context: http://www.nabble.com/Unable-to-get-the-document-%27title%27-and-%27releaseinfo%27-tf4547463.html#a12983476
Sent from the docbook apps mailing list archive at Nabble.com.



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