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=23640>. 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=23640 _ftprintf in CXMLDOMDocument (xml4com) is used incorrectly Summary: _ftprintf in CXMLDOMDocument (xml4com) is used incorrectly Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Miscellaneous AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] use of _ftprintf in CXMLDOMDocument::save abends the calling program if a floating point format string, e.g. %f shows up in the xml data. code should probably use _fputts, instead. this has been observed with content.xml generated by openoffice 1.1 documents. suggested modification appears to work correctly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]