Hi Anshul,
You can use the dynamic path as suggested by Christian to achieve your desired result.
Just you have to restrict the number of iterations of your repeater, else it will give you a blank value for its last iteration. e.g. you have n rows in your xml, then (n+1)th value will not exist. and hence it gives a blank value.
Warm Regards,
Anuj