<xsl:template match="bibItem">
<table>
<tr>
<td><xsl:value-of select="@title"/></td>
<td><xsl:apply-template />
</tr>
</table>
</xsl:template>
Nicht getestet, sollte aber stimmen.
Gruß Ben
<xsl:template match="bibItem">
<table>
<tr>
<td><xsl:value-of select="@title"/></td>
<td><xsl:apply-template />
</tr>
</table>
</xsl:template>
Nicht getestet, sollte aber stimmen.
Gruß Ben