DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26595>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26595 SQL Extension - ResultSet is not returning iteration of values ------- Additional Comments From [EMAIL PROTECTED] 2004-02-02 17:54 ------- Juraj, Can you try the following test for me. 1) Remove (comment out) your "match=resultset", "match=row", & "match=col" templates and add the following code in their place <xsl:template match="row"> <xsl:apply-templates select="col"/> </xsl:template> <xsl:template match="col"> <xsl:message><xsl:value-of select="./text()"/></xsl:message> </xsl:template> 2) Use your code as it is but add the statement <xsl:value-of select="sql:disableStreamingMode($db)"/> before the sql:query statement. If this is what I think it is, it has been cataloged before as http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12337 Thanks John G
