
Hi.
Is there any planned support for GraphML i/o
(http://graphml.graphdrawing.org/) in BGL?
Has anyone played with this, and has experimental code? I think I saw it
mentioned in the BGL documentation somewhere, but I can't find it.
Thanks a lot.
--
Tiago de Paula Peixoto

On 4/2/06, Tiago de Paula Peixoto
Hi.
Is there any planned support for GraphML i/o (http://graphml.graphdrawing.org/) in BGL?
I don't think so, but BGL supports DOT language for I/O: http://www.boost.org/libs/graph/doc/read_graphviz.html Regards, -- Johan

On Apr 2, 2006, at 6:28 PM, Tiago de Paula Peixoto wrote:
Hi.
Is there any planned support for GraphML i/o (http://graphml.graphdrawing.org/) in BGL?
Has anyone played with this, and has experimental code? I think I saw it mentioned in the BGL documentation somewhere, but I can't find it.
I have attached some code that I hacked together a while ago to read and write GraphML files. I would greatly appreciate it if someone would clean it up and document it so we can make it part of the BGL. Doug

On 04/03/2006 09:48 AM, Douglas Gregor wrote:
I have attached some code that I hacked together a while ago to read and write GraphML files. I would greatly appreciate it if someone would clean it up and document it so we can make it part of the BGL.
Thanks a lot! I'll look into it...
Would expat be OK as a dependency, if this ever makes into the BGL?
--
Tiago de Paula Peixoto

On Apr 4, 2006, at 12:57 AM, Tiago de Paula Peixoto wrote:
On 04/03/2006 09:48 AM, Douglas Gregor wrote:
I have attached some code that I hacked together a while ago to read and write GraphML files. I would greatly appreciate it if someone would clean it up and document it so we can make it part of the BGL.
Thanks a lot! I'll look into it... Would expat be OK as a dependency, if this ever makes into the BGL?
I'd rather that we had a Boost.XML library we could use instead, but I don't want to be blamed for opening that can of worms :) It's okay to have expat as a dependency. Doug
participants (3)
-
Douglas Gregor
-
Johan Oudinet
-
Tiago de Paula Peixoto