| CallXML 3.0 Development Guide | Home | Frameset Home |
|
<html>
<body>
<p>Lets go <a href="#Here"> Here! </a>
..
..
..
<a name="Here"> You are now Here!</a>
</body>
</html>
<?xml version="1.0" encoding="UTF-8" ?>
<callxml version="3.0">
<block label="Here">
<say> Lets go to there</say>
<goto value="#There"/>
</block>
<block label="There">
<say> Whoopee, we are now Here. Sorry, I mean There.</say>
</block>
</callxml>
<block label> name as our anchor, and transition the caller as he enters a given block, or, (gasp!), presses a DTMF key, or gives a voice command. Do be aware that nesting content within a container element is not absolutely required....unless of course you want to be able to effectively navigate from one point to another in your app, (and most people seem to want this, go figure). Well shucks, this stuff isn't hard at all. Let's show off a bit, and work the next Lesson with a blatant disregard for safety....| ANNOTATIONS: EXISTING POSTS |
| login |
|