回答編集履歴

1

文章修正

2015/11/11 06:20

投稿

TosuTosu
TosuTosu

スコア49

test CHANGED
@@ -38,9 +38,9 @@
38
38
 
39
39
 
40
40
 
41
- A.each_element('B') do |atterXml|
41
+ A.each_element('B') do |atterXml|  #<-重要
42
42
 
43
- if atterXml.attributes["name"] == "B1" then #<-コンパイルエラー
43
+ if atterXml.attributes["name"] == "B1" then
44
44
 
45
45
  atterB1 = listNames.push(element.attributes["value"]
46
46