Thread: Poker Hand XML
View Single Post
  #4  
Old 07-31-2007, 01:34 AM
rvg72 rvg72 is offline
Senior Member
 
Join Date: Jun 2005
Location: Canada
Posts: 2,342
Default Re: Poker Hand XML

[ QUOTE ]
I-Poker's looks solid. Why not settle on that since it's one less site that would need to be converted from?

[/ QUOTE ]

I'm not a big fan of their format...

I don't like how they use action ID's instead of the actual play (ie Type="1" instead of saying "posted small blind") and I also hate how they post action out of order and use an Action Number instead.

for example:

<action no="2" player="abc" type="2" sum="$0.50"/><action no="3" player="def" type="2" sum="$0.50"/><action no="1" player="ghi" type="1" sum="$0.25"/>

This really means:

ghi posted small blind of 0.25
abc posted big blind of 0.50
def posted big blind of 0.50

rvg
Reply With Quote