You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/30 16:32:50 UTC

DO NOT REPLY [Bug 14084] - Problem with XalanTransformer::transform()

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()

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From David_N_Bertoni@lotus.com  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/