I've been looking further at the jago xml format, and for a very simple game it looks like:
<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="go.xsl" type="text/xsl"?> <!DOCTYPE Go SYSTEM "go.dtd"> <Go> <GoGame name="*"> <Information> <Application>Jago:Version 4.7</Application> <BoardSize>19</BoardSize> </Information> <Nodes> <Node/> <Black number="1" at="D16"/> <White number="2" at="E16"/> <Black number="3" at="H13"/> <White number="4" at="D15"/> <Black number="5" at="E12"/> <White number="6" at="C16"/> <Black number="7" at="G15"/> <White number="8" at="D17"/> </Nodes> </GoGame> </Go> cheers stuart _______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/