Boost C++ Libraries: Ticket #2567: Cannot have a string member in a bundled property containing '<' or '>' when using XML reader https://svn.boost.org/trac10/ticket/2567 <p> When a data member in a bundled property is a string and contains characters such as '&lt;' or '&gt;': It is impossible to read such a XML file because the parser thinks they are beginning of XML tags. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2567 Trac 1.4.3 Jeremiah Willcock Tue, 07 Apr 2009 16:10:32 GMT owner changed https://svn.boost.org/trac10/ticket/2567#comment:1 https://svn.boost.org/trac10/ticket/2567#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Jeremiah Willcock</span> </li> </ul> <p> Does this apply to some particular format reader or writer? </p> Ticket remi.chateauneu@… Tue, 07 Apr 2009 21:15:16 GMT <link>https://svn.boost.org/trac10/ticket/2567#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2567#comment:2</guid> <description> <p> Yes, when reading from XML. It should use boost::protect_xml_string as it is done for dynamic properties I think. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Thu, 09 Apr 2009 15:29:52 GMT</pubDate> <title>summary changed https://svn.boost.org/trac10/ticket/2567#comment:3 https://svn.boost.org/trac10/ticket/2567#comment:3 <ul> <li><strong>summary</strong> <span class="trac-field-old">Cannot have a string member in a bundled property containing '&lt;' or '&gt;'</span> → <span class="trac-field-new">Cannot have a string member in a bundled property containing '&lt;' or '&gt;' when using XML reader</span> </li> </ul> Ticket Jeremiah Willcock Sat, 23 May 2009 17:16:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2567#comment:4 https://svn.boost.org/trac10/ticket/2567#comment:4 <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> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/53213" title="Changed GraphML writer to escape strings; added test of this; fixes #2567">[53213]</a>) Changed GraphML writer to escape strings; added test of this; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2567" title="#2567: Bugs: Cannot have a string member in a bundled property containing '&lt;' or ... (closed: fixed)">#2567</a> </p> Ticket