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

the best XML Based Graphs Format?
AngelaL
yes - for example you can use SVG polylines (http://www.w3schools.com/svg/svg_polyline.asp)
Arnon
mahdi mansoori
If I was going to draw graphs using HTML, I would use SVG.
BillM