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=5943>. 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=5943 Problems in using the transfom API in Xalan C++ [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-01-21 10:21 ------- The documentation is explicit about this -- you must only call XMLPlatformUtils::Initialize() and XalanTransformer::initialize() once per process. Please move these calls to the start of your program, and move the calls to XMLPlatformUtils::Terminate() and XalanTransformer::terminate() to the end of the program.
