6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
for $e in .//employee
|
||
|
return
|
||
|
<person>
|
||
|
{ $e/name }
|
||
|
</person>
|
||
|
|