#7155 closed Feature Requests (fixed)
Graph's GraphML reader mistreats <key for="graphml"> as erroneous
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | To Be Determined | Component: | graph |
| Version: | Boost 1.51.0 | Severity: | Optimization |
| Keywords: | BGL, GraphML | Cc: |
Description
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
<graphml ...> <key for="graphml" id="d0" ... /> ...
is a valid "for" attribute. The graphml parser in lib/graph/graphml.cpp throws an error:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::parse_error> >' what(): parse error: Attribute for is not valid: graphml Aborted
Attachments (1)
Change History (3)
by , 10 years ago
| Attachment: | graphml.diff added |
|---|
comment:1 by , 10 years ago
| Component: | None → graph |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
This is a duplicate of #7016.
Note:
See TracTickets
for help on using tickets.

Patch