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

« back to all changes in this revision

Viewing changes to doc/html/chunker.output.method.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>chunker.output.method</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="chunking.html" title="Chunking"><link rel="prev" href="chunker.output.media-type.html" title="chunker.output.media-type"><link rel="next" href="chunker.output.omit-xml-declaration.html" title="chunker.output.omit-xml-declaration"><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">chunker.output.method</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="chunker.output.media-type.html">Prev</a>�</td><th width="60%" align="center">Chunking</th><td width="20%" align="right">�<a accesskey="n" href="chunker.output.omit-xml-declaration.html">Next</a></td></tr></table><hr></div><div class="refentry" title="chunker.output.method"><a name="chunker.output.method"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>chunker.output.method</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="chunking.html" title="Chunking"><link rel="prev" href="chunker.output.media-type.html" title="chunker.output.media-type"><link rel="next" href="chunker.output.omit-xml-declaration.html" title="chunker.output.omit-xml-declaration"><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">chunker.output.method</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="chunker.output.media-type.html">Prev</a>�</td><th width="60%" align="center">Chunking</th><td width="20%" align="right">�<a accesskey="n" href="chunker.output.omit-xml-declaration.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="chunker.output.method"></a><div class="titlepage"></div>
2
2
 
3
3
<div class="refnamediv"><h2><span class="refentrytitle">chunker.output.method</span></h2><p>
4
4
chunker.output.method
5
5
 &#8212; Method used in generated pages
6
6
</p></div>
7
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
7
<div class="refsynopsisdiv"><h2>Synopsis</h2>
8
8
<a name="chunker.output.method.frag"></a><pre class="programlisting">
9
9
&lt;xsl:param name="chunker.output.method"&gt;html&lt;/xsl:param&gt;
10
10
</pre>
11
11
</div>
12
 
<div class="refsection" title="Description"><a name="id36205045"></a><h2>Description</h2>
 
12
<div class="refsection"><a name="idp2384704"></a><h2>Description</h2>
13
13
<p>This parameter specifies the output method to be used in files
14
14
generated by the chunking stylesheet.
15
15
</p>
16
16
<p>This parameter used to be named <code class="literal">output.method</code>.</p>
17
 
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
 
17
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
18
18
<p>This parameter is documented here, but the declaration is actually
19
19
in the <code class="filename">chunker.xsl</code> stylesheet module.</p>
20
20
</div>