On Saturday 17 March 2007 19:21, Sam Kantimathi wrote: > 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?
Yup - if you want to make this "readable" then you will need a converter. Think of XML as a tree structure. Information is contained in the structure as well as the text - which set each move is in is determined by its position in the tree. To reformat this into something more readable you will need an XML parser. Many exist, for any language you want to code it in. I wonder if Quackle ever reads this log back in. If so, then its reader can be modified to do what you want. Of course the prerequisites for building this (Qt4, scons) may be a problem.
