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=21185>. 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=21185 XalanTransformer::transform() doesn't work on Solaris 2.8 Summary: XalanTransformer::transform() doesn't work on Solaris 2.8 Product: XalanC Version: 1.5 Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The next sequence of sentences produces a core on Solaris 2.8, 32 and 64 bits: XalanTransformer::initialize(); XalanTransformer theXalanTransformer; ... const DOMDocument *XMLDoc; ... XercesParserLiaison liaison; XercesDOMSupport support; XercesDOMWrapperParsedSource xmlSource( XMLDoc, liaison, support ); XSLTInputSource stylesheetSource( "foo.xsl" ); ostringstream my_strout; theXalanTransformer.transform( xmlSource, stylesheetSource, my_strout ); ... This code segment works fine on Linux and Win32. If I use the ::transform() call with all parameters assigned to filenames, there is no problem. My compiler is 'CC'. Thanks and best regards.
