In the session tab, I want to export a hand for reviewing on 2+2, or text, etc..

It comes out this way:

HTML Code:
----PRIMA.DAT----

<Game id="1094627405" date="2008-12-14 18:14:15" unicodetablename="UwBpAG4AZwBlAHIA" tablename="Singer" stakes="3.00|6.00" betlimit="NL" tabletype="Cash Game" gametypeid="1" gametype="Hold &apos;em" realmoney="true" currencysymbol="JAA=" rake="300" playerseat="4" betamount="53100" istournament="0">
   <Seats>
      <Seat num="1" alias="Toreboda" unicodealias="VABvAHIAZQBiAG8AZABhAA==" balance="990.83" endbalance="990.83"/>
      <Seat num="2" alias="Evil_bong" unicodealias="RQB2AGkAbABfAGIAbwBuAGcA" balance="805.50" endbalance="805.50"/>
      <Seat num="4">
etc.

which obviously is the way that it is stored inside the history.dat, in XML.
I'd like a human readable format, the way it comes when I export during play (2+2 or txt).
How do I do that?