Thanks again
What I am trying to do is to repeat/clone a part of my XML 'n' number of times. Then add a value node to each section.Once this is done my XSL reads the XML and creates a form with the appropriate values. If the user needs to change any values at this stage he/she can as it is just a simple form and then submit it.
Now problem comes here
On submitting I need to have each and every value in the form to be in a different variable so that I can post the values to my PHP code and my form takes the variable name for each form member from the tag name of XML.
So when I clone node the tag name repeats and then When I post these values from FORM, I get only the last value as the variable names(which actually are tag names) repeats.
Also please have a look in here. I thought the way I posted my problem was not good in that link so I started this thread so as to be more precise.
Thanks in advance
Regards