[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] SGF parsers
Mark Boon wrote:
> I just realise now how impractical that would be in relation to XML though.
> If the next move is a child of the current move, then the XML is going to
> have the closing tag of this move after the closing tag of the next move.
> So a 300 move sequence would end in 300 </move> closing tags. So I'll have
> to think of something else...
I don't see how this is particularly impractical. Basically, using XML is
impractical on its own unless you either want to use an existing parser (not
critical since there are SGF parsers available) or want to make data available
in generally-understood format (personally, I don't see much advantage of XML
here, I can't think of a useful task that a general XML program can perform
with go game records.) 300 closing tags is just a side-effect of using XML.
Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/