| VoiceXML 2.1 Development Guide | Home | Frameset Home |
|
<vxml> declaration. The Motorola browser, (and VWS versions 2.0 +) is more compliant in this regard, so there is actually no need to explicitly declare a DTD at all. In order to keep your code as portable as possible, it is suggested that you do not declare an optional DTD reference within your code at all.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vxml
PUBLIC "-//W3C//DTD VOICEXML 2.0//EN"
"http://www.w3.org/TR/voicexml20/vxml.dtd">
<cfoutput>
<vxml version = "2.0" xmlns="http://www.w3.org/2001/vxml">
</cfoutput>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vxml PUBLIC "-//Nuance/DTD VoiceXML 2.0//EN"
"http://dtd.voxeo.net/dtd/voicexml-nuance-2_0.dtd">
<cfoutput>
<vxml version = "2.0" xmlns="http://www.w3.org/2001/vxml">
</cfoutput>
<CFINCLUDE TEMPLATE="VWS20_Vxml_head.cfm">
<form id=”F1>
…
| ANNOTATIONS: EXISTING POSTS |
| login |
|