<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
要素名がノードとして指定されている場合、答えは to and body である必要があります
XML::LibXMLのラッパーであるxshを使用します。
open data.xml ;
ls (/note/*[1] | /note/*[last()]) ;