<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hawhaw SYSTEM "http://www.hawhaw.de/xml/hawhaw.dtd">
<!--
HAWHAW example for usage of radio buttons (part 2)
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 3" align="center">
<text big="yes" bold="yes" italic="yes">Sorry,</text>
<text italic="yes">All flights to <?php echo $HTTP_GET_VARS["dest"]; ?> are totally booked out!</text>
</deck>
</hawhaw>