Hallo Christoph,
<xsl:for-each select="response/doc">
<tr>
<td valign="top"><xsl:value-of select="title" /></td>
<td valign="top"><xsl:value-of select="summery" /></td>
</tr>
</xsl:for-each>
Gesucht ist der XML-Struktur nach eher:
<xsl:value-of select="str[@name='title']/text()" />
<xsl:value-of select="str[@name='summary']/text()" />
Grüße,
Thomas