xml - xpath of two attributes -


i have following xml file here

i'm trying out xpath:

//skos:concept[@rdf:about="http://aims.fao.org/aos/agrovoc/c_7776"]/skos:preflabel[@xml:lang='en'] 

in order value timber trees, however, don't value. if omit xml:lang='en', i'm getting values that's not wanted data. wrong xpath?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -