-------------------------------------------------------------------------------------
" &
"" & #tracknum# & "" &
"" />
responses = XmlSearch(xmlResponse,myElementPath);
if (ArrayLen(responses) EQ 0) responses = XmlSearch(xmlResponse,myErrorElement);
response = "#myElement# = " & responses [1].XmlText;
Sample ColdFusion MX for Con-way XML #title#
Sample ColdFusion MX for Con-way XML #title#
This is the value of the <#myElement#> element we extracted from the XML response:
#response#
This is the complete XML response output for Con-way XML #title#:
-------------------------------------------------------------------------------------