the best XML Based Graphs Format?

hi I have a situation, so I'm looking for some help

I need to manage graphs in a
Microsoft Visual C# 2005 application. this implies that I need to transfer the graphs, I'm going to use an XML based format, but I don't know which one to use. I don't have enough criteria to decide which one is better.

I briefly looked at two existing XMLs for describing graphs:

http://www.gupro.de/GXL/Introduction/intro.html
http://ftp.cwi.nl/CWIreports/INS/INS-R0009.pdf

But I want to know which one is widely accepted, which one is
more efficient, or works better with .NET 2005, or if there are other formats I haven't see...

Thanks for your time




Answer this question

the best XML Based Graphs Format?

  • Dascalos

    yes - for example you can use SVG polylines (http://www.w3schools.com/svg/svg_polyline.asp)

    Arnon



  • whosthatguy

    If I was going to draw graphs using HTML, I would use SVG.



  • vcllvc

    well, I read about SVG, but it seems to me that SVG is for graphics and I don't know if can handle graphs. What I need is represent nodes and connections between the nodes.
     
    Can SVG represent graphs


  • the best XML Based Graphs Format?