Can't praise enough this awesome work - though I have many questions. One of them is:
Does the applet accept gzipped (or otherwise compressed) XML for the file parameter? I am generating the graph using php ( see http://www.vacilando.org/index.php?x=sitemap_hg ) and I realize that compression of big XMLs would considerably speed up loading of the applet.
Tomas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Can't praise enough this awesome work - though I have many questions. One of them is:
Does the applet accept gzipped (or otherwise compressed) XML for the file parameter? I am generating the graph using php ( see http://www.vacilando.org/index.php?x=sitemap_hg ) and I realize that compression of big XMLs would considerably speed up loading of the applet.
Tomas
Let me answer myself - I have used PHP's ob_start("ob_gzhandler"); at the very start of the generated XML file. The XML I generate is http://www.vacilando.org/_misc/hypergraph/graphs/hg.php?dummy=.xml and using http://whatsmyip.org/mod_gzip_test/ I was able to verify that it is correctly compressed from 622K to 54K (!) -- and HyperGraph http://www.vacilando.org/index.php?x=sitemap_hg still loads perfectly. Most recommended!