質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
xmlを読み込む作業をしており、下記の様に実行すると画面が真っ白になってしまいます。
|
6
6
|
|
7
|
-
```$test = $entry-> content -> attributes ()->xml:base
|
7
|
+
```$test = $entry-> content -> attributes ()->xml:base;
|
8
8
|
|
9
9
|
```
|
10
10
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,8 +6,6 @@
|
|
6
6
|
|
7
7
|
```$test = $entry-> content -> attributes ()->xml:base
|
8
8
|
|
9
|
-
コード
|
10
|
-
|
11
9
|
```
|
12
10
|
|
13
11
|
|