开发者

I am looking for a vxml (voicexml) parser in python language

I am looking for a vxml (voicexml) parser in python language. Ne开发者_如何学运维ed to use the parsed vxml tags and interact with freeswitch to run IVR. Can anyone help me with any kind of opensource vxml parsers?


Isn't any standard XML parser enough? You could just write a quick wrapper to get the elemenents you're interested in (although xpath will also do that for you).

To verify correctness, the VXML schema / definition should be enough (as long as your chosen XML parser supports them)

If XML parser is too low level, let us know what do you expect from that kind of library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜