David LAGARDERE wrote:

Try :
<xsl:template match="sql:rowset">
<table>
<tbody>
  <xsl:apply-templates />
</tbody>
</table>
</xsl:template>

<xsl:template match="sql:row">
<tr>
  <xsl:apply-templates />
</tr>
</xsl:template>


Then I get an error and it says something like, Prefix needs to get solved in namespace.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to