DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=12337>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=12337 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-24 17:36 ------- I found very strange behavior in Xalan when trying to access specific rows of a query with syntax row[$i]. I could access any row in the query the first time, but ever subsequent time, it would only return the last row. I worked around this by saving the query into a temp variable with copy-of and then converting it back into a nodeset with the xalan:nodeset extension function. I'll save an attachment to this bug to help anyone else who has this problem. <xsl:variable name="query.temp"> <xsl:copy-of select="sql:query($applications, $query.string)/sql"/> </xsl:variable> <xsl:variable name="query.final" select="xalan:nodeset($query.temp)"/> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
