how map the data from e-health sensor shield ( BP and HR) to XML file

Good morning for all

i have a research related to mapping the data coming from blood pressure sensor and Heart rate sensor
which connected using ( Arduino ) sensor ... TO ( XML format )

most of the resources in the enternet map the sensor data to Excel file not to xml file.

do you have any useful links or websites related to this topic ..

best regards

It is trivial to output the data in whatever format you want. All that YOU have to define is what data you want to output, in what format, to where. So far, you've left out 3 of 3.

Thank you for your replay

my idea is reading the data coming from arduino then map it to XML format

i think the useful idea when i take the ardino data using java and then convert to to XML using

java also ...

....??? do you have any comments

my idea is reading the data coming from arduino then map it to XML format

Have you decided on the XML format ?