Hi All,<br><br>(This is my second post - are posts delayed? I never received an acknowledgment message.)<br><br>I want to use mod_curl to query a web service and then extract information from the XML response.<br><br><response><br>
<value1>test</value1><br> <value2>blah</value2><br></response><br><br>I then want to use TTS to speak the values to the caller.<br><br>How can I do this?<br><br>I tried searches for "freeswitch parse xml" and other variations but all just talk about how FreeSWITCH parses config files.<br>
<br>I see that people have created libraries for Lua proper but looking at the doc, there doesn't appear to be any functions to parse XML from within Lua.<br><br>Thanks,<br>James