[pandorabots-general] Newbie Problem

Brian Hoecht brian_hoecht at msn.com
Wed May 17 15:17:16 PDT 2006


Below is a category out of the Alice AAA Reducer.aiml file.
        
<category>
	<pattern>_ HOWEVER *</pattern>
	<template>
		<srai><star/></srai>
		<srai><star index="2"/></srai>
	</template>
</category>

My question is this...

If.....  <srai><star/></srai> = <sr/>
Then...  <srai><star index="2"/></srai> = <sr2/>???

Then this would be oh so much briefer if stated as:
        
<category>
	<pattern>_ HOWEVER *</pattern>
	<template>
		<sr/>
		<sr2/>
	</template>
</category>

Thoughts?


More information about the pandorabots-general mailing list