View Single Post
  #8  
Old 09-21-2006, 02:35 PM
stickdude stickdude is offline
Senior Member
 
Join Date: Oct 2005
Posts: 913
Default Re: Top pair facing raise and re-raise. ($2/$4)

[ QUOTE ]
Oh, thought it looked like a standard format... =)

[/ QUOTE ]

PT actually converts it from XML to the standard-looking format, and I hand-edited it somewhat from there. Here's the raw hand history (with sn's masked out):

<game gamecode="xxxxxxxxxxx">
<general>
<startdate>2006-09-21 11:52:25</startdate>
<players>
<player seat="1" name="xxxxxx" chips="$259" dealer="0" win="$0" bet="$2" /><player seat="3" name="xxxxxx" chips="$236" dealer="0" win="$0" bet="$4" /><player seat="5" name="xxxxxx" chips="$277.75" dealer="0" win="$0" bet="$0" /><player seat="6" name="xxxxxx" chips="$78.85" dealer="0" win="$0" bet="$12" /><player seat="8" name="xxxxxx" chips="$142.23" dealer="0" win="$48.50" bet="$17" /><player seat="10" name="xxxxxx" chips="$95.61" dealer="1" win="$0" bet="$16" />
</players>
</general>
<round no="0">
<action no="1" player="xxxxxx" type="1" sum="$1"/><action no="2" player="xxxxxx" type="2" sum="$2"/><action no="3" player="xxxxxx" type="2" sum="$2"/><action no="4" player="xxxxxx" type="2" sum="$3"/>
</round>
<round no="1">
<cards type="Pocket" player="xxxxxx">X X</cards><action no="9" player="xxxxxx" type="3" sum="$1"/><cards type="Pocket" player="xxxxxx">CJ H9</cards><action no="10" player="xxxxxx" type="4" sum="$0"/><cards type="Pocket" player="xxxxxx">X X</cards><action no="5" player="xxxxxx" type="0" sum="$0"/><cards type="Pocket" player="xxxxxx">X X</cards><action no="6" player="xxxxxx" type="4" sum="$0"/><cards type="Pocket" player="xxxxxx">HJ C6</cards><action no="7" player="xxxxxx" type="4" sum="$0"/><cards type="Pocket" player="xxxxxx">HQ SJ</cards><action no="8" player="xxxxxx" type="3" sum="$2"/>
</round>
<round no="2">
<cards type="Flop" player="">H5 DJ H6</cards><action no="11" player="xxxxxx" type="4" sum="$0"/><action no="16" player="xxxxxx" type="0" sum="$0"/><action no="12" player="xxxxxx" type="5" sum="$2"/><action no="17" player="xxxxxx" type="0" sum="$0"/><action no="13" player="xxxxxx" type="3" sum="$2"/><action no="18" player="xxxxxx" type="3" sum="$4"/><action no="14" player="xxxxxx" type="6" sum="$4"/><action no="19" player="xxxxxx" type="3" sum="$2"/><action no="15" player="xxxxxx" type="6" sum="$6"/>
</round>
<round no="3">
<cards type="Turn" player="">D2</cards><action no="20" player="xxxxxx" type="4" sum="$0"/><action no="23" player="xxxxxx" type="3" sum="$4"/><action no="21" player="xxxxxx" type="5" sum="$4"/><action no="22" player="xxxxxx" type="3" sum="$4"/>
</round>
<round no="4">
<cards type="River" player="">D6</cards><action no="24" player="xxxxxx" type="4" sum="$0"/><action no="27" player="xxxxxx" type="0" sum="$0"/><action no="25" player="xxxxxx" type="5" sum="$4"/><action no="26" player="xxxxxx" type="3" sum="$4"/>
</round>

</game>
Reply With Quote