I have a problem with grouping. My source XML has <record> elements that have a @name and a @group attribute. It looks something like this:
Code:
<root> <result> <record name="test1" group="group1"><value>1A</value></record> <record name="test2" group="group1"><value>1B</value></record>