Hi
I have many tables that i would really like to be converted to an XML format so i can incorporate them into my website.
I am familar with XML and can tag items up but am really struggling to get a table to format to xml properly so it is in the right sequence.
I could do it if i turned the table to text and manualy tagged each item, but i have far too many items to tag individually.
I have uploaded an example of the table, and I have added the xml code that i would like it to generate, if anybody could give me any advice on how to achieve this I would be greatly appreciated.
Thanks in advance
<FeaturesList>
<Features>
<vol>
42.01
<vol>
<Issue>
9th Jan
</Issue>
<sf>
Responsible use of antibiotics in large animals
Cushingoid diabetes (SA)
</sf>
<st>
</st>
</Features>
<Features>
<vol>
42.02
<vol>
<Issue>
16th Jan
</Issue>
<sf>
Diagnosis and treatment of equine PPID (Cushing’s disease)
</sf>
<st>
</st>
</Features>
</FeaturesList>
The bit i am mainly struggling on is i can select the columns and tag them, but then i need to select the rows and add another tag(in this case 'features') all it is doing is replacing the tags and not adding a new tag. The tags panel is set to 'retag', but how can i set it to 'add"