質問編集履歴

5

文章の変更

2019/06/12 04:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -91,3 +91,11 @@
91
91
  - Spyder(Python3.7)
92
92
 
93
93
  - HTMLファイルの文字コードはShift_JIS
94
+
95
+
96
+
97
+ ### 補足
98
+
99
+ - ちゃんとしたHTMLでないとパーサーに変更されてしまう?
100
+
101
+ http://kondou.com/BS4/#parser-installation

4

文章の変更

2019/06/12 04:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,15 @@
68
68
 
69
69
  <!-****************変更後*********************->
70
70
 
71
+ //崩れてしまいます。
72
+
71
- <?include file="include/item/`$item.code`.html"?>
73
+ <img 100"?="" src="&lt;?img_item item=$data size="/>
74
+
75
+ " alt="
76
+
77
+ <?$data.name?>
78
+
79
+ " width="100" height="50" id="hoge_fuga"&gt;
72
80
 
73
81
 
74
82
 

3

文章の変更

2019/06/12 01:35

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -62,19 +62,15 @@
62
62
 
63
63
  <!-****************変更前*********************->
64
64
 
65
- <img src="<?img_item item=$data size="100"?>" alt="<?$data.name?>" width="100" height="50">
65
+ <img src="<?img_item item=$data size="100"?>" alt="<?$data.name?>" width="100" height="50" id="hoge_fuga">
66
66
 
67
67
 
68
68
 
69
69
  <!-****************変更後*********************->
70
70
 
71
- <img 100"?="" src="&lt;?img_item item=$data size="/>
71
+ <?include file="include/item/`$item.code`.html"?>
72
72
 
73
- " alt="
74
73
 
75
- <?$data.name?>
76
-
77
- " width="100" height="50"&gt;
78
74
 
79
75
  ```
80
76
 

2

文章の変更

2019/06/12 01:33

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- Python Beautiful SoupでローカルのHTMLファイルのID要素をインクルードファイルに置換したい
1
+ ローカルのHTMLファイルのID要素をインクルードファイルに置換したい(できればPython Beautiful Soupで)
test CHANGED
File without changes

1

タグの追加

2019/02/04 04:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes