DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15791>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15791

mod_xslt does not correctly replace file extensions

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-01-05 07:35 -------
David,

Mea culpa.

I didn't properly check the patches I sent you.  They work fine under the 
Debian build system, but it turns out the Makefiles have been hacked to use 
axis to compile the mod_xslt.c file.  Axis uses gcc, not g++.

Line 191 of the file has a char * msg = XalanGetLastError(xalan);

Works fine for gcc, but with c++ it errors out as XalanGetLastError returns a 
const pointer.

I have put a cast to char * in mine which fixes the problem and is legal under 
old C.

Many apologies - I should have re-compiled under the CVS distribution before I 
sent you the patch.

Reply via email to