I hope this is the right forum..

I am trying to create a schema file that will take the column name of an excel document, and make it an attribute, whose value is that of the cell that the column contains. To make this more clear, see the following code I have:

Schema File:
Please Login or Register  to view this content.
Desire XML Output:
Please Login or Register  to view this content.
Based on this table:
id something1 something2 something3
1 1 2 3
2 4 5 6

The actual output (which is wrong):
Please Login or Register  to view this content.