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 Fri Aug 24 09:44:46 2001
--- shadow/3261.tmp.21761 Fri Aug 24 11:47:53 2001
***************
*** 2,9 ****
| "Could not determine base pathname of the file" when using Xalan 1.2 with |
+----------------------------------------------------------------------------+
| Bug #: 3261 Product: XalanC |
! | Status: NEW Version: 1.2.x |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: XalanC |
+----------------------------------------------------------------------------+
--- 2,9 ----
| "Could not determine base pathname of the file" when using Xalan 1.2 with |
+----------------------------------------------------------------------------+
| Bug #: 3261 Product: XalanC |
! | Status: RESOLVED Version: 1.2.x |
! | Resolution: FIXED Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: XalanC |
+----------------------------------------------------------------------------+
***************
*** 182,184 ****
--- 182,194 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-08-24 09:44 -------
Created an attachment (id=444)
XSL sheet for koi.xml
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-24 11:47 -------
+ This is fixed with the latest version of XSLT/XSLTEngineImpl.cpp.
+
+ By the way "ru_RU" is not a valid encoding for your stylesheet. You will
+ likely want UTF-8, since ISO-8859-5 may not be available. (Or maybe you want
+ KOI-8...)
+
+ Please test with the fix and verify that it works. Thanks!