Hi Martin,
We apologize for any incorrect info you received. This feature was introduced in version 6.7:
version 6.7 build 3747 (January 27th 2017)
⦁ [implemented] the XML/JSON datalinqs can now search multiple attributes or elements to return a node that matches all search criteria. e.g. players<team=NY;jersey=10>
This feature may come in handy too; if your search returns multiple results, you can use an index to choose which of the results to use:
⦁ [implemented] a DataLinq comparison key such as <club=ross> can now have an additional index parameter as well, like so <club=ross<2>>, which will retrieve the second item matching the key.
and here is info on searching child elements:
⦁ [implemented] the XML datalinq types can search for children elements/attributes in a level of the tree by using "childname.field=%key%". e.g. player<info.jersey=%num%>\name
#XPression