« Return to Thread: New To Alice and AIML

Re: New To Alice and AIML

by R. B. Chandler :: Rate this Message:

Reply to Author | View in Thread

GaitoBot has problems when it comes to adding java scripts. XML Marker
(xmlmarker.com) makes a free xml editor that can be used for AIML. I use
Iframes as part of my bot's response a lot; see example below:
    <category>
        <pattern>ASTEROIDS</pattern>
        <template>
            This is the game you requested. I hope you like it.
            <br/>
            <IFRAME
                NAME = "iframe"
                src =
"http://www.arcade.galacticenterprise.com/Asteroids.html"
                marginwidth = "0"
                marginheight = "0"
                scrolling = "yes"
                width = "615"
                height = "465"
                frameborder = "0"/>
        </template>
    </category>

GaitoBot works well for conversation but you'll need something else,
notepad, an xml editor, or something to add java scripts. - RBC


>-----Original Message-----
>From: alicebot-general-bounces@...
>[mailto:alicebot-general-bounces@...] On Behalf Of smith69085
>Sent: Friday, April 13, 2007 2:29 AM
>To: alicebot-general@...
>Subject: [alicebot-general] New To Alice and AIML
>
>
>Hello all, I'm very new to aiml and completely addicted. I've got my head
>round the basic programming but am really interested in ALICE's ability to
>run system shell commands and java scripts. I have been using Gaito Bot but
>can't get it to work. Is there a way to do it or do I need to use something
>else. Any tips and Examples would be much appreciated.
>--
>View this message in context:
>http://www.nabble.com/New-To-Alice-and-AIML-tf3570657.html#a9975745
>Sent from the Alicebot General mailing list archive at Nabble.com.
>
>_______________________________________________
>This is the alicebot-general mailing list
>Reply to alicebot-general@...
>Unsubscribe and change preferences at
>http://list.alicebot.org/mailman/listinfo/alicebot-general
>Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
>Learn to read at http://www.literacy.org/
>
>
>_______________________________________________
>This is the alicebot-general mailing list
>Reply to alicebot-general@...
>Unsubscribe and change preferences at
>http://list.alicebot.org/mailman/listinfo/alicebot-general
>Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
>Learn to read at http://www.literacy.org/

_________________________________________________________________
Exercise your brain! Try Flexicon.
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07

_______________________________________________
This is the alicebot-general mailing list
Reply to alicebot-general@...
Unsubscribe and change preferences at http://list.alicebot.org/mailman/listinfo/alicebot-general
Learn netiquette at http://www.dtcc.edu/cs/rfc1855.html
Learn to read at http://www.literacy.org/

 « Return to Thread: New To Alice and AIML