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=14084>. 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=14084 Problem with XalanTransformer::transform() [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-10-30 15:32 ------- This cast is totally broken: XercesDOMWrapperParsedSource xmlSource( (const DOM_Document &) *XMLDoc, liaison, support ); Why would cast between two totally un-related types? If the compiler complains about something, and you silence it with a cast, that's usually a sign that something is wrong. Xalan 1.4 does not support the new Xerces DOM. There is a new set of wrapper classes in the latest code. You can either build from CVS or get the interim build I did several weeks ago: http://xml.apache.org/xalan-c/dist/interim-2002-10-21/
