Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找 python 语言的 vxml (voicexml) 解析器。需要使用解析后的 vxml 标签并与 freeswitch 交互来运行 IVR。任何人都可以帮助我使用任何类型的开源 vxml 解析器吗?
任何标准的 XML 解析器还不够吗?您可以编写一个快速包装器来获取您感兴趣的元素(尽管 xpath 也会为您执行此操作)。
要验证正确性,VXML 模式/定义就足够了(只要您选择的 XML 解析器支持它们)
如果 XML 解析器级别太低,请告诉我们您对这种库有什么期望。