0
ページの別の部分に
<xsl:template match="zoo">
<html>
<title>
<xsl:text>ZOO</xsl:text>
</title>
<head>
<h1>Behausung im Zoo "Zoogarten"</h1>
</head>
<table>
<tr>
<td>
<xsl:text>A </xsl:text>
</td>
</tr>
<tr>
<td>
<xsl:text>B</xsl:text>
</td>
</tr>
<xsl:apply-templates select="zootier" />
</table>
</html>
はあなたが私に教えてくださいだろう、私はそれをどのように行うことができますBの前で<xsl:otherwise>
のresault番目<xsl:when>
のresualtを表示するには?