PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3030 *** shadow/3030 Tue Aug 7 14:53:47 2001 --- shadow/3030.tmp.26282 Tue Aug 7 14:53:47 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | SQL Query Returns Non-Well-Formed Result | + +----------------------------------------------------------------------------+ + | Bug #: 3030 Product: XalanJ2 | + | Status: NEW Version: 2.1.0 | + | Resolution: Platform: PC | + | Severity: Blocker OS/Version: Windows NT/2K | + | Priority: Other Component: org.apache.xalan.lib.sq | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + A stylesheet using the SQL extensions to connect to an Oracle 8i database using + the type 2 JDBC driver and issue a long, complex query returns a resultset + consisting of the column-header section followed by a row with a set of invalid + col elements followed by well-formed rows. The initial invalid row contains col + elements that are not terminated, e.g. <col column-label="foo" column- + name="foo"...> with no text element or </col> after. The remaining rows appear + to be both correct and complete. \ No newline at end of file
