Hi,
thank you for the feedback, I can add a lot of features to the XML file but I am facing some problem:
Most of people will then use this XML file as a dynamic table in Excel. And, in Excel there is some limitations: each node is a represented as a column, and if you create a sub xml-node then the row will be repeated several time until this sub node is completly parsed.
So XML structure for Excel are more like this:
- FileName
- ROI
- Number of spots
- Tag 1
- Tag 2
- ...
It already should have been:
- FileName
- ROI
- Number of spots
- Tag List
- ...
So I can add a parameter and have an XML like this:
- Experiment information
- Detector
- Wavelets
- ScaleList
- ScaleNumber
- ScaleThreshold
- ROI Generator
- ...
- Experiment data
... and this will not be easy to parse with Excel.
What do you think about this ?
For the batch I Guess Alex will answer with protocols, but maybe you should open an other topic about it ? Else the thread will be hard to read since you actually asked 2 different questions !
cheers !