thirdparty/python-graph/examples/graph.xml
changeset 627 88c486951f10
parent 626 342bebadd075
child 628 6685c7b56d50
--- a/thirdparty/python-graph/examples/graph.xml	Sun Nov 30 16:39:18 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-<?xml version="1.0" ?>
-<graph>
-	<node id="Netherlands"/>
-	<node id="Italy"/>
-	<node id="Portugal"/>
-	<node id="Scotland"/>
-	<node id="France"/>
-	<node id="Germany"/>
-	<node id="Ireland"/>
-	<node id="Wales"/>
-	<node id="Belgium"/>
-	<node id="England"/>
-	<node id="Spain"/>
-	<edge from="Spain" label="" to="France" wt="1"/>
-	<edge from="France" label="" to="Spain" wt="1"/>
-	<edge from="Wales" label="" to="Scotland" wt="1"/>
-	<edge from="Germany" label="" to="France" wt="1"/>
-	<edge from="Belgium" label="" to="Germany" wt="1"/>
-	<edge from="England" label="" to="Wales" wt="1"/>
-	<edge from="France" label="" to="Italy" wt="1"/>
-	<edge from="Netherlands" label="" to="Belgium" wt="1"/>
-	<edge from="France" label="" to="Belgium" wt="1"/>
-	<edge from="Wales" label="" to="England" wt="1"/>
-	<edge from="Netherlands" label="" to="Germany" wt="1"/>
-	<edge from="Scotland" label="" to="Wales" wt="1"/>
-	<edge from="Portugal" label="" to="Spain" wt="1"/>
-	<edge from="Belgium" label="" to="Netherlands" wt="1"/>
-	<edge from="Scotland" label="" to="England" wt="1"/>
-	<edge from="Spain" label="" to="Portugal" wt="1"/>
-	<edge from="Germany" label="" to="Netherlands" wt="1"/>
-	<edge from="Germany" label="" to="Belgium" wt="1"/>
-	<edge from="France" label="" to="Germany" wt="1"/>
-	<edge from="Italy" label="" to="France" wt="1"/>
-	<edge from="Belgium" label="" to="France" wt="1"/>
-	<edge from="England" label="" to="Scotland" wt="1"/>
-</graph>
-