Where your project will fail is the need to implement the NAMED variable 
scopes as per http://www.w3.org/TR/voicexml20/#dml5.1.2

This is a Mozilla/SpiderMonkey feature the W3C used back in 2004 and is not 
supported by engines such as V8

On Tuesday, October 21, 2014 at 7:17:38 AM UTC-5, [email protected] wrote:
>
> Hi,
>
> I am about a week old to V8 and I couldn't find answers to my question 
> from the documentation.
>
> A background, I have been trying to figure out if V8 could be used to 
> replace JS engine (Spidermonkey) of my C++ application, which is a VXML 
> engine. Variables in VXML are nothing but ECMA script variables. So any 
> variable/expression used in VXML results in a call to JS engine. Also, java 
> script can also be embedded inside and called from VXML scripts.
>
> - Is there a way to achieve this in V8 or any documentation which explains 
> this (I couldn't find it) ?
>
> - Am in correct in gathering that V8 does not support xmlhttprequest/DOM 
> parsing natively? and that node.js will have to be used to get such 
> functionality?
>
> Thanks in advance.
>
> Regards,
> Anshuman
>
>
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to