J
Jon Best
Hi,
I have a project to create a tool to analyse performances of an athlte being
tested on a jump mat. (what it is doesn't really matter... it gives me a CSV
with data in of an athletes scores).
I need to be able to attch athletes to groups of athletes, and access
different parts of the data for different tests. I would like to save
athletes so they can be loaded at a later data and have more data added to
them. Does it sound like I want to be using XML? And if so what tools do I
need to consider to do it?
With the small amount of reading I have done it sounds like DOM would be
more suited to the job them SAX but would a be better suited using JDOM or
DOM4J. (It is my intention to implement in java...)
Any advise or reading material would be very much appreciated. If I am
really barking up the wrong tree would someone please let me know!
Thanks
Jon
I have a project to create a tool to analyse performances of an athlte being
tested on a jump mat. (what it is doesn't really matter... it gives me a CSV
with data in of an athletes scores).
I need to be able to attch athletes to groups of athletes, and access
different parts of the data for different tests. I would like to save
athletes so they can be loaded at a later data and have more data added to
them. Does it sound like I want to be using XML? And if so what tools do I
need to consider to do it?
With the small amount of reading I have done it sounds like DOM would be
more suited to the job them SAX but would a be better suited using JDOM or
DOM4J. (It is my intention to implement in java...)
Any advise or reading material would be very much appreciated. If I am
really barking up the wrong tree would someone please let me know!
Thanks
Jon