我有这个xml数据,
<csv_data>
<row Name="GokulaKrishnan" Age="23" Fees="12000" Department="CNW"/>
<row Name="Sravan" Age="21" Fees="15000" Department="IT"/>
<row Name="Bhanuchander" Age="23" Fees="23000" Department="WT"/>
<row Name="Deepan" Age="25" Fees="25000" Department="VLSI"/>
</csv_data>
我已经使用groovy将csv文件转换为xml以上。现在我想添加另一个名为&#34; City&#34;对于每个人,如何在名称或年龄或费用之后或在xml结束或开始时添加它