Posts by Jonathan Brier

1)

Message boards : Web site : Docking@home stats export XML invalid breaking import

( Message 7065 )
Posted 1622 days ago by Jonathan Brier
The Docking@home stats output XML is being broken by /* being inserted as a comment block. The appropriate comment method is <!-- -->.

This is breaking parsing for importing of Docking@home stats. Can this please be fixed. Thank you!

The inserted characters in live stats XML code:
"...
<expavg_credit>549.80174</expavg_credit>
/*
<expavg_time>1362053407.74222</expavg_time>
*/
<teamid>38</teamid>
..."