You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/02/23 14:36:00 UTC

[Bug 681] Changed - Unable to create document on repeating basis

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=681

*** shadow/681	Thu Feb 22 13:33:48 2001
--- shadow/681.tmp.20941	Fri Feb 23 05:36:00 2001
***************
*** 192,195 ****
  	//Just for TEST
      //m_xml="this is the output, u gotta believe me";
  	return m_xml;
! }
--- 192,201 ----
  	//Just for TEST
      //m_xml="this is the output, u gotta believe me";
  	return m_xml;
! }
! 
! ------- Additional Comments From jsp@pkc.com  2001-02-23 05:35 -------
! Assuming that DOMResult::getResult() gets called repeatedly, this bug is
! invalid, since XMLPlatformUtils::Initialize() will be called after
! XMLPlatformUtils::Terminate(). This is documented as illegal in
! http://xml.apache.org/xerces-c/faq-parse.html#faq-22.