[
https://issues.apache.org/jira/browse/XALANC-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven J. Hathaway resolved XALANC-281.
---------------------------------------
Resolution: Incomplete
> XalanTransformer::transform() doesn't work on Solaris 2.8
> ---------------------------------------------------------
>
> Key: XALANC-281
> URL: https://issues.apache.org/jira/browse/XALANC-281
> Project: XalanC
> Issue Type: Bug
> Components: XalanC
> Affects Versions: 1.5
> Environment: Operating System: Solaris
> Platform: Sun
> Reporter: jmf
>
> 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]