我有以下回应,我想使用javascript仅读取成功元素:
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelResNotifRS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.openvel.org/OTA/2003/05" EchoToken="'.$reference.'" TimeStamp="'.date('Y-m-d H:i:s').'" Version="1.0">
<Success>'.$Meassage.'</Success>
</OTA_HotelResNotifRS>
答案 0 :(得分:0)
类似于本教程吗? https://www.w3schools.com/xml/xml_parser.asp
我使用DOMParser
在JSFiddle中尝试了您的XML字符串,希望对您有所帮助。
https://jsfiddle.net/3duxcbop/