I have an XML from which I have to select the name of the child of one of the nodes. I\'m kind of a beginner in this, so I didn\'t find the Xpath expression to do it. I know the
You need something like:
local-name(/Employee/Department/*[1])