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=23280>. 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=23280 XMemory.cpp - Assertion failed: manager != 0 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-09-19 21:40 ------- You must call XMLPlatformUtils::Initialize() and XalanTransformer::initialize() before you make any calls into the libraries. Take a look at some of the samples, or the Xalan command line executable source code for more information. There is at least one other bug in your code as well: The variable "result" is a null pointer, but your code tries to copy data to it.
