<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hawhaw SYSTEM "http://www.hawhaw.de/xml/hawhaw.dtd">
<!--
HAWHAW example how to make tables (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="October 2001" align="center">
<text bold="yes">Today is <?php echo $HTTP_GET_VARS["who"]; ?>'s birthday!</text>
</deck>
</hawhaw>