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=17155>. 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=17155 FormatterListener.hpp cannot be compiled [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-02-18 09:11 ------- Klaus, Are you compiling against Xalan 1.4 with Xerces 2.2? If so this is not supported. Xerces 2.2 uses namespaces, so 1.4 (which doesn't know about the new namespace) will not work. You will need to either check out the latest Xalan CVS code (which will work with 2.2) or backgrade Xerces to 2.1 until Xalan 1.5 is released. (Last plan I saw was end of month.) Let me know if the above is what the problem is.
