21 Dec
2006
21 Dec
'06
3:12 p.m.
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... The graphml reader is not very resilient against xml data which does not validade, i.e, it doesn't tell you anything. But you can always use a 3rd party xml validator if you want to check if the file is correct. -- Tiago de Paula Peixoto <tiago@forked.de>