thirdparty/python-graph/examples/graph.xml
changeset 627 88c486951f10
parent 626 342bebadd075
child 628 6685c7b56d50
equal deleted inserted replaced
626:342bebadd075 627:88c486951f10
     1 <?xml version="1.0" ?>
       
     2 <graph>
       
     3 	<node id="Netherlands"/>
       
     4 	<node id="Italy"/>
       
     5 	<node id="Portugal"/>
       
     6 	<node id="Scotland"/>
       
     7 	<node id="France"/>
       
     8 	<node id="Germany"/>
       
     9 	<node id="Ireland"/>
       
    10 	<node id="Wales"/>
       
    11 	<node id="Belgium"/>
       
    12 	<node id="England"/>
       
    13 	<node id="Spain"/>
       
    14 	<edge from="Spain" label="" to="France" wt="1"/>
       
    15 	<edge from="France" label="" to="Spain" wt="1"/>
       
    16 	<edge from="Wales" label="" to="Scotland" wt="1"/>
       
    17 	<edge from="Germany" label="" to="France" wt="1"/>
       
    18 	<edge from="Belgium" label="" to="Germany" wt="1"/>
       
    19 	<edge from="England" label="" to="Wales" wt="1"/>
       
    20 	<edge from="France" label="" to="Italy" wt="1"/>
       
    21 	<edge from="Netherlands" label="" to="Belgium" wt="1"/>
       
    22 	<edge from="France" label="" to="Belgium" wt="1"/>
       
    23 	<edge from="Wales" label="" to="England" wt="1"/>
       
    24 	<edge from="Netherlands" label="" to="Germany" wt="1"/>
       
    25 	<edge from="Scotland" label="" to="Wales" wt="1"/>
       
    26 	<edge from="Portugal" label="" to="Spain" wt="1"/>
       
    27 	<edge from="Belgium" label="" to="Netherlands" wt="1"/>
       
    28 	<edge from="Scotland" label="" to="England" wt="1"/>
       
    29 	<edge from="Spain" label="" to="Portugal" wt="1"/>
       
    30 	<edge from="Germany" label="" to="Netherlands" wt="1"/>
       
    31 	<edge from="Germany" label="" to="Belgium" wt="1"/>
       
    32 	<edge from="France" label="" to="Germany" wt="1"/>
       
    33 	<edge from="Italy" label="" to="France" wt="1"/>
       
    34 	<edge from="Belgium" label="" to="France" wt="1"/>
       
    35 	<edge from="England" label="" to="Scotland" wt="1"/>
       
    36 </graph>
       
    37