Tiago de Paula Peixoto wrote:
On 12/21/2006 01:03 PM, Jens Müller wrote:
Tiago de Paula Peixoto wrote:
if (false) // (descriptor == "") <-- workaround?!
That just breaks graph properties...
<edge source="n0" target="n1"> <data key="k2">0.578877</data> </edge>
Where are your edge ids? You need them, just like for the nodes...
Do I? http://graphml.graphdrawing.org/primer/graphml-primer.html#GraphEdge "Optionally an identifier for the edge can be specified with the XML Attribute id. The id XML-Attribute is used, when it is necessary to reference the edge." I just found those edge_id_t and vertex_id_t tag in graph.cpp, I will add them soon ... Maybe/Probably this is a problem, but I can't understand yet how that will lead to the strange error message ... Do I have to supply "edge_id" and "vertex_id" as a dynamic property? Thanks for your help, and Merry Chrismas! Jens