lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5428] Demonstrate xmlwrapp improvement committed 20120228


From: Greg Chicares
Subject: [lmi-commits] [5428] Demonstrate xmlwrapp improvement committed 20120228T1113Z
Date: Mon, 12 Mar 2012 05:15:15 +0000

Revision: 5428
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5428
Author:   chicares
Date:     2012-03-12 05:15:14 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
Demonstrate xmlwrapp improvement committed 20120228T1113Z

Modified Paths:
--------------
    lmi/trunk/input_test.cpp

Modified: lmi/trunk/input_test.cpp
===================================================================
--- lmi/trunk/input_test.cpp    2012-03-10 22:57:16 UTC (rev 5427)
+++ lmi/trunk/input_test.cpp    2012-03-12 05:15:14 UTC (rev 5428)
@@ -46,6 +46,8 @@
 
 #include <boost/bind.hpp>
 
+#define LMI_USING_XML_SAVE_OPTION
+
 #if defined BOOST_MSVC || defined __BORLANDC__
 #   include <cfloat> // floating-point hardware control
 #endif // defined BOOST_MSVC || defined __BORLANDC__
@@ -393,6 +395,9 @@
 // SOMEDAY !! XMLWRAPP !! Update 'xmlwrapp' to write empty elements as such:
 //   http://mail.gnome.org/archives/xml/2007-May/msg00007.html
 //   http://mail.gnome.org/archives/xml/2006-July/msg00048.html
+// Actually, the issue has been resolved in a better way:
+//   http://lists.nongnu.org/archive/html/lmi/2012-02/msg00007.html
+// and therefore this conditional block will soon be removed.
 
     std::ostringstream oss0;
     document.write(oss0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]