Thread: Poker Hand XML
View Single Post
  #9  
Old 07-31-2007, 10:38 AM
advis0r advis0r is offline
Member
 
Join Date: Apr 2007
Location: Southern Germany
Posts: 99
Default Re: Poker Hand XML

some questions that need to be answered:
- should it be easily readable by humans?
- does filesize matter? (bloated xml tags?)
- do you want to automatically validate if a HH is in a correct format? (xml schema)
- do you want to be able to create other forms of representation automatically i.e. BB Code, back to PokerSites-individual Formats (XSLT)
- should it only support flop/turn/river games (holdem, omaha) or others too (stud, 5 card draw?)
- should it allow references to earlier defined info? i.e. one currency tag ($,€,t) on top and only numbers later or seat info earlier with Playernames, and later only use seatnumbers to identify players?
- how do you deal with different information, order, detail in Pokersites own formats?
- regarding the creation of real-life-hhs: how much typing do you have to do?
- does tag order in XML matter to you? (what JavaNut mentioned)
Reply With Quote