use
<form action="your.xml" method="get">
<input type="text" name="USER_NAME" value="userinput">
when you submit the outcome will be http://www.yourdomian.com/your.xml?USER_NAME=userinput.
this is how to user html to pass the variable, xml getting them I know nothing about.... yet.

