<ItemAttributes> <Author>まつもと ゆきひろ</Author> <Author>David Flanagan</Author> <Creator Role='監修'>卜部 昌平 (監訳)</Creator> <Creator Role='翻訳'>長尾 高弘</Creator> <Manufacturer>オライリージャパン</Manufacturer> <ProductGroup>Book</ProductGroup> <Title>プログラミング言語 Ruby</Title> </ItemAttributes>
複数あるノードのテキストを取得する
item.elements.each("ItemAttributes/Author"){|ele|
list.push ele.text
}
Keyword(s):
References:[FrontPage]