2016-08-09 7 views
0

私はfreesWitchを使用しようとしていますが、このエラーに向かっています。誰かが私がこれを解決する方法を助けることができますか?私は、XMLを得るかが、それはそれに応じてFreesWitchスピーチ認識speechtools.jmエラー

<result grammar="pizza_order"> 
    <interpretation grammar="pizza_order" confidence="100"> 
    <input mode="speech">delivery</input> 
    </interpretation> 
</result> 

私は立ち往生午前のポイントがあるそれを解析することができない、唯一、私はXMLに各属性と各ノードを解析する必要がありますが、私は、DOMパーサaswelを使用することができません私が得た参照が

https://freeswitch.org/confluence/display/FREESWITCH/JavaScript+example+-+XML#JavaScriptexample-XML-Examples

だったが、私はほとんどすべてを試みたが、親切に私は正常にこの小さなXMLまたは内の任意のパーサを使用していない任意のシンプルなロジックを解析取得するのに役立ち、そのXMLからデータを取得することはできませんJavaScriptが動作します、私は文字列aswelでこのxmlを持っています。おかげ

答えて

1
var input1 = xml.getChild('interpretation'); 

var input2 = input1.getChild('input'); 
console_log('info', 'XML newChild attrbute firstattr: ' + input1.getAttribute('grammar')); 



               var score = input1.getAttribute('confidence'); 
               var child = xml.getChild('result'); 



               var ahsan = xml.serialize(); 
               console_log('info', 'Full XML ::\n' + ahsan + " method=" + input2.data ); 
               console_log("debug", "----XML---> :\n" + body + "\n"); 


               console_log("debug", "----Hit score [" + score + "]/" + 
               grammar_object.min_score + "/" + grammar_object.confirm_score + "\n"); 

は私がuは命の恩人です、それはあなたの問題

+0

グレート@Asadウルレーマンを解決すると思う、私は2日から貼り付けました。助けてくれてありがとう。 –

+0

https://freeswitch.org/fisheye/browse/~raw,r=70f4d93c3c7066fdbef0b93b968a24c907e3ab3a/freeswitch/scripts/js_modules/SpeechTools.jmをXMLに移行しようとしていますが、動作していないと、何らかの光を放つことができますか?エラーはスローされませんhttps://freeswitch.org/jira/browse/FS-9935 – spicyramen

関連する問題