我在perl中遇到libXML的setData方法問題。這裏是我的代碼片段:在perl中使用libXML的setData()方法後,數據沒有寫出到實際的xml文件中
print "\n Query: " , $query, "\n"; #Query my($exactNode) = $doc->findnodes($query); #Finding the nodes who data needs to change print "\n Data: ", $exactNode->setData($finalString), "\n"; #Setting the data
使用setData我用getData檢索值。由getData輸出的值是最新的,但是當我打開xml時應該設置這個數據。價值是舊的。
請告知我做錯了什麼。
感謝您提前給予幫助。在這裏輸入代碼
提供整個程序。 – daxim 2012-02-12 22:50:06