Hello Guys, Sorry I was away from my computer for yesterday and missed something here. But I got you responses and things are getting complicated here.
Derek was true when he said I am not using any XSP , so that I could use any of Robby's tricks. But I was looking towards Kims approach and I think that might help. Let me try. I will let you guys know soon. Sam ... On Wed, 19 May 2004 Olivier Billard wrote : >Hi Kim, > >As <p>a >b >c >d >e >f >g</p> is strictly display-equivalent to <p>a b c d e f g</p>, I (personnaly) don't >see any solution except using ESQL and put some logic in it, sorry. > >-- >Olivier > >Kim toms wrote: >>After retrieving the results in a rowset from the SQLTransformer, I used >>the following fragments: >> >> <xsl:template match="sql:rowset"> >> <table border="1"> >> <tr> >> <xsl:for-each select="child::sql:row[position()=1]/*"> >> <th><xsl:value-of select="name(.)"/></th> >> </xsl:for-each> >> </tr> >> <xsl:apply-templates/> >> </table> >> </xsl:template> >> >> <xsl:template match="sql:row"> >> <tr> >> <xsl:for-each select="child::node()"> >> <td><xsl:value-of select="."/></td> >> </xsl:for-each> >> </tr> >> </xsl:template> >> >>To convert the results of the query into an HTML table. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >
