Boost C++ Libraries: Ticket #7155: Graph's GraphML reader mistreats <key for="graphml"> as erroneous https://svn.boost.org/trac10/ticket/7155 <p> The GraphML specification specifies (see definition of simpleType name="key.for.type" the file graphml-structure.xsd on the GraphML Homepage, which I cannot link due to the spam protection) that </p> <pre class="wiki">&lt;graphml ...&gt; &lt;key for="graphml" id="d0" ... /&gt; ... </pre><p> is a valid "for" attribute. The graphml parser in lib/graph/graphml.cpp throws an error: </p> <pre class="wiki">terminate called after throwing an instance of 'boost::exception_detail::clone_impl&lt;boost::exception_detail::error_info_injector&lt;boost::parse_error&gt; &gt;' what(): parse error: Attribute for is not valid: graphml Aborted </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7155 Trac 1.4.3 alex@… Fri, 20 Jul 2012 11:32:46 GMT attachment set https://svn.boost.org/trac10/ticket/7155 https://svn.boost.org/trac10/ticket/7155 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">graphml.diff</span> </li> </ul> <p> Patch </p> Ticket Jeremiah Willcock Sat, 21 Jul 2012 18:41:41 GMT status, component changed; resolution set https://svn.boost.org/trac10/ticket/7155#comment:1 https://svn.boost.org/trac10/ticket/7155#comment:1 <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">duplicate</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">graph</span> </li> </ul> <p> This is a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7016" title="#7016: Bugs: &#34;graphml&#34; value for the &#34;for&#34; attribute of a key shouldn't throw an ... (closed: fixed)">#7016</a>. </p> Ticket Jeremiah Willcock Thu, 18 Apr 2013 20:21:42 GMT resolution changed https://svn.boost.org/trac10/ticket/7155#comment:2 https://svn.boost.org/trac10/ticket/7155#comment:2 <ul> <li><strong>resolution</strong> <span class="trac-field-old">duplicate</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83961" title="Applied patch from #7155 to add &#34;graphml&#34; as a value for &#34;for&#34;; fixes ...">[83961]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7155" title="#7155: Feature Requests: Graph's GraphML reader mistreats &lt;key for=&#34;graphml&#34;&gt; as erroneous (closed: fixed)">#7155</a> to add "graphml" as a value for "for"; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7155" title="#7155: Feature Requests: Graph's GraphML reader mistreats &lt;key for=&#34;graphml&#34;&gt; as erroneous (closed: fixed)">#7155</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7016" title="#7016: Bugs: &#34;graphml&#34; value for the &#34;for&#34; attribute of a key shouldn't throw an ... (closed: fixed)">#7016</a> </p> Ticket