This depends on how you have set your templates up.

Without any further knowledge of your code:
Code:
<xsl:template match="w:p">

In your
<xsl:template match="w:tbl">
have
<xsl:apply-templates select="(.//w:p)[1]"/>