求助,ASP读取 XML 文件的方法
求助,ASP读取 XML 文件的方法
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns

si="http://www.w3.org/2001/XMLSchema-instance" xmlns

sd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetCancellationFeeResponse xmlns="http://touric.com/webservices/">
<GetCancellationFeeResult>
<CancellationFeeValue>0</CancellationFeeValue>
<Currency>USD</Currency>
</GetCancellationFeeResult>
</GetCancellationFeeResponse>
</soap:Body></soap:Envelope>
我要读取节点 CancellationFeeValue 、Currency 的值 0、USD
该怎么写呀!!
谢谢