<html>
<head>
<title>&lt;xsl:apply-templates&gt;</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">&lt;xsl:apply-templates&gt;</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
K؂ȃev[gm[hZbgɓKp悤 XSLT vZbTɎw܂B  </td></tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">JeS</td>
</tr>
<tr>
<td colspan="2" class="description">
<p></p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">K{̑</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>ȂB</p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">ȗ\ȑ</td>
</tr>
<tr>
<td colspan="2" class="description">
<dl>
<dt>
select
</dt>
<dd>
ev[g̓KpƂȂm[hI XPath ܂܂܂BLȒlɂ́Am[hZbgŜI <span class="LITERAL"> * </span> ܂܂܂B̑ȂꍇÃ݂m[ĥׂĂ̎qvfI܂B
<P></p>
<dt>
mode
</dt>
<dd>
̖ړÎ߂̃ev[gLqł悤ɂ֗ȍ\łA[h`܂BƂ΁A<span class="LITERAL"> mode= " toc " </span> w肵 <span class="LITERAL"> &lt; xsl:template &gt; </span> LqAhLg̖ڎp̃m[hA<span class="LITERAL"> mode= " print " </span>A<span class="LITERAL"> mode= " online " </span>A<span class="LITERAL"> mode= " index " </span> Ȃǂw肵đ <span class="LITERAL"> &lt; xsl:template &gt; </span> LqAʂ̖ړIŏł܂B
<P></p>
</dl>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">Rec</td>
</tr>
<tr>
<td colspan="2" class="description">
<p><span class="LITERAL">&lt;xsl:apply-templates&gt;</span> vf́ACӂ̐ <span class="LITERAL">&lt;xsl:sort&gt;</span>  <span class="LITERAL">&lt;xsl:with-param&gt;</span> vf܂ނƂł܂BقƂǂ̏ꍇA<span class="LITERAL">&lt;xsl:apply-templates&gt;</span> ͋łB </p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">w</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>
<span class="LITERAL">&lt;xsl:apply-templates&gt;</span> ̓ev[gɎw肵܂B</p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE">`</td>
</tr>
<tr>
<td colspan="2" class="description">
<p>XSLT 5.4 ߁uApplying Template Rulesv </p>
</td>
</tr>
<tr>
<td colspan="2" class="CLEARSEPARATION">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="TITLE"></td>
</tr>
<tr>
<td colspan="2" class="description">
<p>P[XX^fB (<link linkend="xslt-CHP-9"> 9 </link> Q) ł́Af[^炢̈قȂo͂쐬Kv܂Bɂ́A<span class="LITERAL">&lt;xsl:apply-templates&gt;</span> vf <span class="LITERAL">mode</span> gpđΉ܂BCev[g (<span class="LITERAL">match="/"</span>) Ɏ܂B</p>
<span class="PROGRAMLISTING"><pre>
&lt;xsl:template match="/"&gt;
  &lt;xsl:apply-templates select="tutorial" mode="build-main-index"/&gt;
  &lt;redirect:write select="concat($curDir, $fileSep, 'index.html')"&gt; 
    &lt;xsl:apply-templates select="tutorial" mode="build-main-index"/&gt;
  &lt;/redirect:write&gt;
  &lt;xsl:apply-templates select="tutorial" mode="build-section-indexes"/&gt;
  &lt;xsl:apply-templates select="tutorial" mode="build-individual-panels"/&gt;
  &lt;xsl:apply-templates select="tutorial" mode="generate-graphics"/&gt;
  &lt;xsl:apply-templates select="tutorial" mode="generate-pdf-file"&gt;
    &lt;xsl:with-param name="page-size" select="'ltr'"/&gt;
  &lt;/xsl:apply-templates&gt;
<!--<?troff .Nd 10?>-->
  &lt;xsl:apply-templates select="tutorial" mode="generate-pdf-file"&gt;
    &lt;xsl:with-param name="page-size" select="'a4'"/&gt;
  &lt;/xsl:apply-templates&gt;
  &lt;xsl:apply-templates select="tutorial" mode="generate-zip-file"/&gt;
&lt;/xsl:template&gt;</pre></span>
<p>̗ł́A<span class="LITERAL">&lt;tutorial&gt;</span> vf 8 IĂ܂Aʂ̃[h (܂͓[hɑ΂ĈقȂp[^) Ńev[gKp܂B </p>
</td>
</tr>
</table>
</div>
</body>
</html>
