2
<note>
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
</note>

要素名がノードとして指定されている場合、答えは to and body である必要があります

4

1 に答える 1

3

XML::LibXMLのラッパーであるxshを使用します。

open data.xml ;
ls (/note/*[1] | /note/*[last()]) ;
于 2013-09-24T14:27:53.010 に答える