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>


 --- Markus Blasl <[EMAIL PROTECTED]> a écrit : > Markus
Blasl wrote:
> 
> > I tried it with copy and paste for the "generated"
> xml-file and my 
> > xsl-file.
> > And there it works, everything is put in a table.
> > The values now show up, but they are left
> untouched, or better they 
> > are lined up, without any spaces at all.
> 
> 
> I meant it works local, outside cocoon.
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to