xml - How to select a value using Xpath -


i new xml , struggling find answer problem. have following code (see below) , extract value 3400.0000000000 it.

how do using xpath?

<spindlespeed dataitemid="c2" name="sspeed" sequence="351828725" subtype="actual" timestamp="2014-12-01t21:51:32.834494">3400.0000000000</spindlespeed> 

try :

//spindlespeed/text() 

Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -