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=3261
*** shadow/3261 Mon Aug 27 11:22:21 2001
--- shadow/3261.tmp.28931 Mon Aug 27 11:30:23 2001
***************
*** 295,298 ****
far you're getting in the method.
2. In the call to getStylesheetFromPIURL() in process(), hard-code the XML file
! name and pass that into getStylesheetFromPIURL() instead of the value of sysid.
--- 295,306 ----
far you're getting in the method.
2. In the call to getStylesheetFromPIURL() in process(), hard-code the XML file
! name and pass that into getStylesheetFromPIURL() instead of the value of sysid.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-27 11:30 -------
! As usual, the problem with "stalling" was me :)
! Apache does not flush stderr. After putting fflush(stderr) reporting code is
! working. Proceeding with your advice #2 (line-by-line reporting).
! localXSLTURLString shows correct result so far ("unicode.xsl").
!
! P.S. Sorry for flooding...