You wrote:
I have to select the first child of
Department node
You could use:
/Employee/Department/*[1]
Then, you also wrote:
I have an XML from which I have to
select the name of the child of one of
the nodes
So, you could use:
name(/Employee/Department/*[1])