If my XML source is this:
<element id="fred" label="translate this label" description="translate this description"/>
I can add these 2 data elements to the parser no problem:
element/attribute::label
element/attribute::description
But I'd like the first entry to have an ID of "fred_label" and the second entry to have an ID of "fred_description".
I'm not sure if this is possible but it would help if it was.
Regards
Mark