Boost C++ Libraries: Ticket #5546: BUFT generates invalid XML https://svn.boost.org/trac10/ticket/5546 <p> The option --log_format=XML in BUTF generates corrupted XML. Especially templates are using "&lt;" or "&gt;" instead of "&amp;lt;" and "&amp;gt;". That error makes that none XML parser can read BUTF output. Also XML validation using e.g. xmllint (on Linux) is failing. </p> <p> Example is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5546 Trac 1.4.3 habdank@… Tue, 17 May 2011 12:45:57 GMT attachment set https://svn.boost.org/trac10/ticket/5546 https://svn.boost.org/trac10/ticket/5546 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">osal_xml_test.xml</span> </li> </ul> <p> Example output with templates </p> Ticket Gennadiy Rozental Sat, 10 Nov 2012 14:26:14 GMT <link>https://svn.boost.org/trac10/ticket/5546#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5546#comment:1</guid> <description> <p> I need more specific pointers at what is wrong. I can't locate it in this huge file. </p> </description> <category>Ticket</category> </item> <item> <author>habdank@…</author> <pubDate>Tue, 13 Nov 2012 22:00:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5546#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5546#comment:2</guid> <description> <p> Hi, </p> <p> The problem is with templates. BUTF when states something about template like: Foo&lt;Bar&gt; uses directly '&lt;' and '&gt;' characters, but XML accepts only '%lt;' and '&amp;gt;'. So names of templates that are printed in BUTF logs especially when there are some templates names created via BUTF macros looping over some type lists, shall use valid XML. </p> <p> For example sttring like: </p> <p> boost::exception_detail::clone_impl&lt;struct boost::exception_detail::error_info_injector&lt;class Test::derived_logic_error&gt; &gt; </p> <p> shall be converted to: </p> <p> boost::exception_detail::clone_impl &amp;lt; struct boost::exception_detail::error_info_injector &amp;lt; class Test::derived_logic_error &amp;gt; &amp;gt; </p> <p> Regards, Seweryn. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Wed, 08 Jul 2015 05:23:33 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5546#comment:3 https://svn.boost.org/trac10/ticket/5546#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> Ticket