MOON
Server: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 PHP/5.4.10
System: Linux vps.presagepowered.net 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: mckernan (512)
PHP: 5.4.10
Disabled: NONE
Upload Files
File: //usr/share/doc/docbook-style-xsl-1.69.1/doc/pi/dbhtml.dir.html
<html><head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <title>&lt;?dbhtml dir="..."?&gt;</title><link rel="stylesheet" href="../ref.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.0"><link rel="start" href="index.html" title="Processing Instruction Reference"><link rel="up" href="rn01.html" title="HTML PIs"><link rel="prev" href="dbhtml.filename.html" title="<?dbhtml filename=&#34;...&#34;?&gt;"><link rel="next" href="rn02.html" title="Common PIs"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">&lt;?dbhtml dir="..."?&gt;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dbhtml.filename.html">Prev</a>&nbsp;</td><th width="60%" align="center">HTML PIs</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="rn02.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="dbhtml.dir"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>dir &#8212; Directory for chunk</p></div><div class="refsect1" lang="en"><a name="d0e78"></a><h2>Description</h2><p>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 <a href="dbhtml.filename.html" title="<?dbhtml filename=&#34;...&#34;?&gt;">filename</a> for
chunk.</p><p>PI can specify both filename and directory at the same time.</p></div><div class="refsect1" lang="en"><a name="d0e88"></a><h2>Example</h2><pre class="programlisting">&lt;section&gt;
&lt;title&gt;Configuring pencil&lt;/title&gt;
&lt;?dbhtml dir="config" filename="pencil.html"?&gt;

...

&lt;/section&gt;</pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="dbhtml.filename.html">Prev</a>&nbsp;</td><td width="20%" align="center"><a accesskey="u" href="rn01.html">Up</a></td><td width="40%" align="right">&nbsp;<a accesskey="n" href="rn02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&lt;?dbhtml filename="..."?&gt;&nbsp;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&nbsp;Common PIs</td></tr></table></div></body></html>