Next in thread → Next in month →

Re: [docbook-apps] Adding content to div class="article"

From
Bob Stayton <>
Date
2010-03-12T19:35:40+00:00
ID
00cb01cac21b$24283200$6600a8c0@pazu
Thread
Re: [docbook-apps] Adding content to div class="article"
That will require customization of the template 
with match="article" in html/component.xsl.  Copy that template to a 
customization layer and change the line:

 

    
<xsl:apply-templates/>

to whatever you need to process the content of the 
article.  Any titlepage and toc stuff is handled in that template, so you 
may want to modify those parts as well.

 

Bob Stayton
Sagehill Enterprises


 

 

  
----- Original Message ----- 

  
From: 
  robert 

  
To:  
  

  
Sent: Tuesday, March 09, 2010 4:26 
  AM

  
Subject: [docbook-apps] Adding content to 
  div class="article"

  

Hi, 

I use Docbbok to create online help. Each HTML page 
  corresponds to a single article. My customization layer uses templates like 
  user.footer.navigation or user.header.navigation. However, that's not enough 
  to properly lay out the contents of a page. My custom XSL transforms must add 
  some div elements inside the div class="article" element. How can I do that? 
  

Thanks, 
Robert
Next in thread → Next in month →