I have a very complicated xml
and I need the single value from
selectSingleNode(@"/TimeInTransitResponse/TransitResponse/ServiceSummary/EstimatedArrival/BusinessTransitDays").InnerText)
but there are about 7 entries with this location so it only returns the first one i need the last.
Use
SelectNodesinstead:Then take the last node in the list.