~ubuntu-branches/ubuntu/vivid/docbook-xsl-doc/vivid

« back to all changes in this revision

Viewing changes to doc/pi/dbhtml_dir.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dbhtml_dir</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="pi-html.html" title="Part�1.�HTML Processing Instruction Reference"><link rel="prev" href="dbhtml_class.html" title="dbhtml_class"><link rel="next" href="dbhtml_filename.html" title="dbhtml_filename"><link rel="copyright" href="copyright.html" title="License"></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">dbhtml_dir</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dbhtml_class.html">Prev</a>�</td><th width="60%" align="center">Part�1.�HTML Processing Instruction Reference</th><td width="20%" align="right">�<a accesskey="n" href="dbhtml_filename.html">Next</a></td></tr></table><hr></div><div class="refentry" title="dbhtml_dir"><a name="dbhtml_dir"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dbhtml_dir</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="pi-html.html" title="Part�1.�HTML Processing Instruction Reference"><link rel="prev" href="dbhtml_class.html" title="dbhtml_class"><link rel="next" href="dbhtml_filename.html" title="dbhtml_filename"><link rel="copyright" href="copyright.html" title="License"></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">dbhtml_dir</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="dbhtml_class.html">Prev</a>�</td><th width="60%" align="center">Part�1.�HTML Processing Instruction Reference</th><td width="20%" align="right">�<a accesskey="n" href="dbhtml_filename.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="dbhtml_dir"></a><div class="titlepage"></div>
2
2
<div class="refnamediv"><h2>dbhtml_dir</h2><p>
3
3
dbhtml_dir
4
4
 &#8212; Specifies a directory name in which to write files
5
5
</p></div>
6
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
6
<div class="refsynopsisdiv"><h2>Synopsis</h2>
7
7
 
8
8
    <pre class="synopsis"><code class="sgmltag-xmlpi">&lt;?dbhtml dir="<em class="replaceable"><code>path</code></em>"?&gt;</code></pre>
9
9
  
10
10
</div>
11
 
<div class="refsect1" title="Description"><a name="id36252220"></a><h2>Description</h2>
 
11
<div class="refsect1"><a name="idp8759200"></a><h2>Description</h2>
12
12
    
13
13
<p>When chunking output, use the <a href="../pi/dbhtml_dir.html"><code class="sgmltag-xmlpi">&lt;?dbhtml dir?&gt;</code></a> PI
14
14
      as a child of a chunk source to cause the output of that
17
17
      directory into which any long-description files for that
18
18
      <a href="http://docbook.org/tdg5/en/html/mediaobject.html"><code class="sgmltag-element">mediaobject</code></a> will be written.</p>
19
19
 
20
 
  </div><div class="refsect1" title="Parameters"><a name="id36252252"></a><h2>Parameters</h2>
 
20
 
 
21
 
 
22
<p>The output directory specification is inherited by all
 
23
chunks of the descendants of the element.  If descendants need
 
24
to go to a different directory, then add another 
 
25
<a href="../pi/dbhtml_dir.html"><code class="sgmltag-xmlpi">&lt;?dbhtml dir?&gt;</code></a> processing
 
26
instruction as a child of the source element
 
27
for that chunk, and specify the path relative to the
 
28
ancestor path.</p>
 
29
 
 
30
 
 
31
 
 
32
<p>For example, to put most chunk files into 
 
33
<code class="filename">shared</code>
 
34
but one chapter into 
 
35
<code class="filename">exception</code>
 
36
at the same level, use:</p>
 
37
 
 
38
 
 
39
<pre class="programlisting">&lt;book&gt;
 
40
  &lt;?dbhtml dir="shared"?&gt;
 
41
  ...
 
42
  &lt;chapter&gt;
 
43
    &lt;?dbhtml dir="../exception"?&gt;
 
44
  &lt;/chapter&gt;
 
45
&lt;/book&gt;
 
46
</pre>
 
47
 
 
48
 
 
49
  </div><div class="refsect1"><a name="idp8765712"></a><h2>Parameters</h2>
21
50
    
22
 
<div class="variablelist"><dl><dt><span class="term">dir="<em class="replaceable"><code>path</code></em>"</span></dt><dd>
 
51
<div class="variablelist"><dl class="variablelist"><dt><span class="term">dir="<em class="replaceable"><code>path</code></em>"</span></dt><dd>
23
52
          
24
53
<p>Specifies the pathname for the directory</p>
25
54
 
26
55
        </dd></dl></div>
27
56
 
28
 
  </div><div class="refsect1" title="Related Global Parameters"><a name="id36252276"></a><h2>Related Global Parameters</h2>
 
57
  </div><div class="refsect1"><a name="idp8769008"></a><h2>Related Global Parameters</h2>
29
58
    
30
59
<p><a href="../html/base.dir.html"><em class="parameter"><code>base.dir</code></em></a></p>
31
60
 
32
 
  </div><div class="refsect1" title="Related Information in DocBook XSL: The Complete Guide"><a name="id36252286"></a><h2>Related Information in <a class="ulink" href="http://www.sagehill.net/docbookxsl/" target="_top">DocBook XSL: The Complete Guide</a></h2>
 
61
  </div><div class="refsect1"><a name="idp8770464"></a><h2>Related Information in <a class="ulink" href="http://www.sagehill.net/docbookxsl/" target="_top">DocBook XSL: The Complete Guide</a></h2>
33
62
    
34
63
<p><a class="ulink" href="http://www.sagehill.net/docbookxsl/Chunking.html#dbhtmlDirPI" target="_top">dbhtml dir processing instruction</a></p>
35
64