>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
thank you, david, i appreciate your reply. however, i was hoping to just glance at the log file generated to see what moves by each side were in the plys. looks to me i need some kind of a conversion program to this log file? > >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. -- Thank you. Warm regards, Sam Kantimathi
