Código PHP:
<form name="form1" method="get" action="../submit.php" onMouseOut="this.form.action='../submit.php'; this.form.submit()">
Introduces the path of XML file:<input name="XMLfile" type="text"></form>
Código PHP:
<form method="get" action="../submit.php?XMLfile=form1.XMLfile.value">
<input name="submit" type="submit" value="Submit">
</form>
No estoy muy seguro, pero quizas eso en algo te ayude.
Si tuvieses todo en un solo formulario seria mejor.