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] Configuring <bookinfo> elements in HTML output



Does customizing an HTML title page work in the same way as for a PDF title
page?
 I attempted to create a custom titlepage.templates.xsl file for HTML
output.

Take a copy of html/titlepage.templates.xml, name it mytitle.xml.
Edit the book section to include pubsnumber.
Generate the .xsl file:

xsltproc -o mytitle.xsl \
docbook-1.76.1/html/titlepage.templates.xsl \
mytitle.xml

The command completes with no errors, but creates an empty file,
mytitle.xsl.


mike 675 wrote:
> 
> Am I right in saying that you use the fo/titlepage.templates.xsl file for
> PDF front pages, and the html/titlepage.templates.xsl  file for HTML front
> pages?
> 
> 
> mike 675 wrote:
>> 
>> I notice that when I use <pubsnumber> in my <bookinfo> markup, the
>> element is reproduced in PDF output. This is because I have configured
>> the frontpage.templates.xml file.
>> 
>> But <pubsnumber> does not appear in HTML output.
>> Where can I configure this? Is there an equivalent of the
>> frontpage.templates file for HTML?
>> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Configuring-%3Cbookinfo%3E-elements-in-HTML-output-tp32448520p32450411.html
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]