Name

dir — Directory for chunk

Description

Sets the directory for chunked file. PI must be child of element which goes into chunk (e.g. chapter, section). Resulting directory is inherited from ancestor elements if they also contain this PI. You can also set filename for chunk.

PI can specify both filename and directory at the same time.

Example

<section>
<title>Configuring pencil</title>
<?dbhtml dir="config" filename="pencil.html"?>

...

</section>