Having a string pointing to an element in the XML-tree, for example IDENT::3 as the third element of the tree IDENT.
How can access this element in a Lua function as function examine(element)…end called with value element =  IDENT::3?
Or formulated otherwise: how can I reach from that string into the XML-tree?

dr. Hans van der Meer