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
[email protected]


  ----- Original Message ----- 
  From: Milosz Lewandowski 
  To: [email protected] 
  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

Reply via email to