Hi All,

I have an xml document with different language nodes.

for example:

<languages>
    <language iso3="ita"/>
    <language iso3="fra"/>
    <language iso3="slv"/>
    <language iso3="deu"/>
    <language iso3="eng"/>
</languages>

I need to fid out, the first available language "fra" or "eng". (If "fra"
node comes first or "eng" comes first)

Which is the best way to do this ?
Is ther a way to get the position of a node in xquery?

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

Reply via email to