<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hawhaw SYSTEM "http://www.hawhaw.de/xml/hawhaw.dtd">
<!--
HAWHAW example for <select> and <hidden> (part 3)
Norbert Huffschmid
21.8.2004
Attention: This XML file uses a server-sided scripting language (here PHP) to
create dynamic XML output according to the received form input.
You can use any other server-sided language as well.
You just have to make sure that valid XML is created and received
by the HAWHAW proxy.
-->
<hawhaw>
<deck title="Example 5">
<text bold="yes">You ordered <?php echo $HTTP_GET_VARS['input1'] . " with " . $HTTP_GET_VARS['input2']; ?>.</text>
<text>Your order will arrive in 30 minutes.</text>
</deck>
</hawhaw>