如何从xml架构读取元素值?

时间:2018-10-24 06:31:29

标签: javascript xml

我有以下回应,我想使用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>

1 个答案:

答案 0 :(得分:0)

类似于本教程吗? https://www.w3schools.com/xml/xml_parser.asp

我使用DOMParser在JSFiddle中尝试了您的XML字符串,希望对您有所帮助。 https://jsfiddle.net/3duxcbop/