<?xml version="1.0" encoding="ISO-8859-1"?>
<aiml version="1.0.1" xmlns="http://alicebot.org/2001/AIML-1.0.1"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://alicebot.org/2001/AIML-1.0.1 http://aitools.org/aiml/schema/AIML.xsd">
<!-- Free software Copyright &copy; ALICE A.I. Foundation. -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License     -->
<!-- as published by the Free Software Foundation.   -->
<!-- Complies with AIML 1.01 Tag Set Specification -->
<!-- as adopted by the ALICE A.I. Foundation.  -->
<!-- Revision Pickup-1.06 -->
<!-- Last Modified Jan 29 2005 -->


<category>
<pattern>hi</pattern>
<template>hello</template>
</category>

<category>
<pattern>set</pattern>
<template><set name="dude">some text</set></template>
</category>

<category>
<pattern>hi how are you</pattern>
<template>hello</template>
</category>

<category>
<pattern>bye</pattern>
<template>see you latter</template>
</category>

<category>
<pattern>hey</pattern>
<template><srai>hi</srai></template>
</category>



</aiml>

