Hi I have been trying to get the vxml data element to work in IOS.
The programmers guide is a bit vague on how it can be used, so any help would surely be appreciated.
Here is the code that I have been trying to get to work.
<form id="xmlread">
<block>
<data name="xmldata" src="xmldata.xml"/>
<assign name="document.xmldata" expr="xmldata.documentElement"/>
</block>
</form>
And I get an error stating that element data isnt being used according to DTD standards, but as far as I know this should comply to the standards
I am also looking for a solution to use a time and date variable in vxml.
regards
Gudmundur