Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » java in voicexml
java in voicexml [message #574746] Wed, 31 May 2006 08:03
Eclipse UserFriend
Originally posted by: la1.informatik.uni-ulm.de

Hallo very one ,

i want to use java in VoiceXML tool can i do that , for example

?xml version="1.0" encoding="ISO-8859-1"?>
<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">


<var name="hi" expr="'Hello World!'"/>

<form id="say_hi">
<block>
<prompt><value expr="hi"/></prompt>
<goto next="#say_goodbye"/>
</block>
</form>

<form id="say_goodbye">
<block>
Goodbye!
</block>


< !----------------------------------------------------------- -------- >
somthing in java
to have values from database

< !----------------------------------------------------------- ------- >







</form>

</vxml>




if one can do that Pl. one examlpe



loiy
Previous Topic:Cannot run the "Getting Started" example
Next Topic:java
Goto Forum:
  


Current Time: Thu Apr 25 17:58:48 GMT 2024

Powered by FUDForum. Page generated in 5.03744 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top