On Saturday 17 March 2007 14:18, Sam Kantimathi wrote: > <ply index="3"> > <rack tiles="AEG" /> > <move action="place" tiles="GAE" > position="1K" score="23" /> > </ply> > ------------------------------------------------------- > is that normal? i was looking for the actual moves played in the > plys, in a simpler-to-read format.
That's XML. It's not as unreadable as you think. The excerpt above is: 1K GAE +23 The advantage of using XML is that one can specify the syntax (pretty much already fixed as XML is a standard) as well as the semantics (using a schema) much more precisely than the variations of log2 floating around out there.
