local relationTable = xml.collected(viewFromXML,"/connection")
for i=#relationTable, 1, -1 do
connectionFromXML = relationTable[i]
parseXMLConnection( rootFromXML, connectionFromXML, viewFromXML, rootFromOverrideXML)
end
But apparently my lua knowledge is lacking (severely, I might say) as this ends with āattempt to get length of a function value ā