質問編集履歴

2

試したことのコードの修正(半角スペースの削除とencodingの変更)

2018/06/20 04:44

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -94,7 +94,7 @@
94
94
 
95
95
  ```xml
96
96
 
97
- <?xml version="1.0" encoding='iso-2022-jp'?>
97
+ <?xml version="1.0" encoding="UTF-8"?>
98
98
 
99
99
  <cafe>
100
100
 
@@ -128,11 +128,29 @@
128
128
 
129
129
  ```
130
130
 
131
- This page contains the following errors:
131
+ This XML file does not appear to have any style information associated with it. The document tree is shown below.
132
132
 
133
- error on line 1 at column 7: XML declaration allowed only at the start of the document
133
+ <cafe>
134
134
 
135
+ <name>カフェ</name>
136
+
137
+ <place>東京</place>
138
+
139
+ <menu>
140
+
135
- Below is a rendering of the page up to the first error.
141
+ <item price="150">コーヒー</item>
142
+
143
+ <item price="180">オレンジジュース</item>
144
+
145
+ <item price="200">ココア</item>
146
+
147
+ </menu>
148
+
149
+ <open from="10:00" to="22:00"/>
150
+
151
+ <misc> オフィス近くの便利なカフェ. </misc>
152
+
153
+ </cafe>
136
154
 
137
155
  ```
138
156
 
@@ -140,4 +158,6 @@
140
158
 
141
159
  ### 補足情報(FW/ツールのバージョンなど)
142
160
 
161
+ Mac OS High Sierra
162
+
143
163
  Google Chrome バージョン: 67.0.3396.87(Official Build)

1

エラー文に関する記述の修正

2018/06/20 04:44

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  以下、ローカルにファイルを置いてChromeで実行した場合に出力されたものです。
22
22
 
23
- このように出力されればxmlファイル記述は正常なのでしょうか。
23
+ このように出力されましたが、どのように修正すればいいのでしょうか。
24
24
 
25
25
  ```
26
26