Name

filename — Filename for chunk

Description

Sets the name for chunked file. PI must be child of element which goes into chunk (e.g. chapter, section). You can also set directory for chunk.

Another way to control filename of chunk is enabling use.id.as.filename parameter.

Example

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

...

</section>