Next in thread → Next in month →

Re: [docbook-apps] setindex, dbhtml filename and article paths

From
Bob Stayton <>
Date
2011-07-15T15:52:10+00:00
ID
009401cc4307$20379f50$6600a8c0@pazu
Thread
Re: [docbook-apps] setindex, dbhtml filename and article paths
To add closure to this item, I investigated and 
found several problems with set and setindex with regard to the use of dbhtml 
filename and dir processing instructions.  I fixed those problems in the 
repository, so the fixes will be in the next release (and the current 
snapshot).

 

Bob Stayton
Sagehill Enterprises


 

 

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

  
From: 
  Miłosz Lewandowski 

  
To:  
  

  
Sent: Tuesday, July 12, 2011 1:48 
AM

  
Subject: [docbook-apps] setindex, dbhtml 
  filename and article paths

  

Hi,
currently I am trying to insert a setindex for my 
  docbook project. HTML article files are placed in different directories (using 
  <?dbhtml dir="" ?> markup. Some of them - like setindex HTML file - are 
  moved to common/ directory to make things clear. However, even if I specify 
  setindex filename:

<setindex 
  xml:id="mcs_index">
    <?dbhtml 
  filename="common/mcs_index.html" ?>
    
      ...

or, in the same way, dir

<setindex 
  xml:id="mcs_index">
    <?dbhtml dir="common" 
  filename="mcs_index.html" ?>
        
  ...

links to the articles in my setindex are referring to, for example, 
  'common/article_dir/article.html' instead of 'article_dir/article.html'. Is 
  there any possibility to make them work like I want to?

BW, Milosz 
  Lewandowski
Next in thread → Next in month →