This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DSSSL / HTML output in different subdirectories?


On Wed, 27 Sep 2000, Karl Eichwalder wrote:

> The writers of the GIMP User Manual asked me whether it's possible to
> use a separate subdirectory for every chapter while generating HTML
> output using Norman Walsh's DSSSL stylesheets.  I didn't find a
> customization parameter.

There is speacial processing instruction dbhtml recognized by stylesheet.

Usage:

<chapter>
<title>Another chapter</title>
<?dbhtml filename="index.html" dir="achptr"?>

<sect1>
<title>Section</title>
<?dbhtml filename="section1.html"?>

...
</sect1>

...
</chapter>

> In addition I'm wondering whether jade is able to create subdirectories?
> I guess the answer is no since DSSSL doesn't allow side effects.  But it
> shouldn't be that hard to use external pre- or postprocessing to create
> wanted directories with simple shell commands.

It is easy to access processing instruction by parser in many language or
in XSLT stylesheet.

-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]