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 09:36:35 2001
--- shadow/3261.tmp.28873 Mon Aug 27 11:10:43 2001
***************
*** 257,260 ****
like XSLTInputSource() does NOTHING...
------- Additional Comments From [EMAIL PROTECTED] 2001-08-27 09:36 -------
! Oops... Wrong method... Continuing.
--- 257,281 ----
like XSLTInputSource() does NOTHING...
------- Additional Comments From [EMAIL PROTECTED] 2001-08-27 09:36 -------
! Oops... Wrong method... Continuing.
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-27 11:10 -------
! First of all, the test code you sent me works fine. And looks like any code
! being run from a console works fine. However when you start working with Apache
! module the program "stalls" (I guess it raises some exception) in the
! XSLTEngineImple::process() method after the following line:
! ---------
! const XalanDOMString& ref = hrefs.back();
! ---------
! This string (ref) shows the correct value ("unicode.xsl"). Then the following
! line goes:
! -----------
! Stylesheet* stylesheet = getStylesheetFromPIURL(ref,
! *sourceTree,
! sysid,
! isRoot,
! constructionContext);
! -----------
! This string obviously calls XSLTEngineImpl::getStylesheetFromPIURL() method.
! Nothing is working inside the method. At this point the program jumps somewhere
! else: I receive no reporting outcome from the method. Finita. What could that be?