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=17160>. 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=17160 SetVersion is causing the application to dump core [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SetVersion is causing the |SetVersion is causing the |application to dump core |application to dump core ------- Additional Comments From [EMAIL PROTECTED] 2003-02-18 16:32 ------- You are setting an invalid version and the document instance is throwing an exception as a result. If you are not catching exceptions, then your application will core dump. DOMDocument::setVersion() supports "1.0" or "1.1", not "XML1.0". See the documentation and/or the source code for more information. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
