I can t believe how crap I am at XML. I have the following xml structure derived from a larger xml document using xpath:
XmlName HomeTeam
XmlNsPrefix null
XmlNsURI null
XmlText France
XmlComment null
XmlAttributes
alternateId 409
id 21
将文件缩小到这一结构的冷聚法是:
<cfset homeTeam = XmlSearch(myXml,"/SportalData/Sport/LiveScores/Competition/Match/HomeTeam/") />
现在,我想做的是获得“法国”的电离层电离层电离层,并在我的html中使用。
我如何这样做?