Click here to Skip to main content
15,889,335 members

Comments by Tim Golisch (Top 4 by date)

Tim Golisch 27-Jun-17 12:30pm View    
Did you ever come up with a working solution?
Tim Golisch 9-Sep-13 11:03am View    
This XPath should handle it:
/mountainforecastlist/mountainforecast[Area='East Highland']/risk
Tim Golisch 7-Aug-13 8:24am View    
You can use this XPath query to get the list of displayName values:
"/Layers/Layer/@displayName"
Tim Golisch 6-Aug-13 15:19pm View    
I changed the code (above) to use xmlNodes(x).InnerText instead of xmlNodes(x).OuterXml. That should be more useful for you.