cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
1
Replies

vxml data element

gthjohansson
Level 4
Level 4

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

1 Reply 1

ghedge
Level 1
Level 1

data name is not supported by Cisco IOS vxml. So you can't do whatever you are trying to do.

There are many ways to do time and date with Cisco IOS vxml with a javascript in the vxml app, or separate or with php. I am attaching a simple time and date app that runs the script within vxml if that is what you are looking for.