Hi All,

How do I retrieve the node values of all the nodes that have the attribute
named xml:lang?

xml sample:
<root-node>
  <dataset>
    <title>test</title>
    <name xml:lang="fr">testName-fr</name>
    <name xml:lang="en">testName-en</name>
  </dataset>
  <dataset>
    <descText xml:lang="fr">descText-fr</descText>
  </dataset>
</root-node>

for the above example, how do I get only the node values that have xml:lang
attributes?

Thanks,
Sini
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to