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=16534>. 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=16534 XalanTransformer/XalanCAPI.cpp - uses strstream instead sstream [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Minor |Enhancement Status|NEW |ASSIGNED Priority|Other |Low ------- Additional Comments From [EMAIL PROTECTED] 2003-01-29 16:38 ------- We'll accept this an enhancement. The problem is, some of our supported compilers do not yet support std::string and std::stringstream. Also, by removing std::ostrstream and std::istrstream, users can no longer read from and write to arrays of chars. This is both inconvenient and a performance problem.
