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

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -