回答編集履歴

2

xsltについて追記

2018/05/09 23:40

投稿

set0gut1
set0gut1

スコア2413

test CHANGED
@@ -39,3 +39,33 @@
39
39
  これなら仕様が熟慮されており、かつ読者のRSSリーダーからも読めて一石二鳥かと思います。
40
40
 
41
41
  参考: [Qiita: RSS、atomの仕様をまとめる](https://qiita.com/you8/items/e903fd463cf770688e1e)
42
+
43
+
44
+
45
+ ------------
46
+
47
+
48
+
49
+ jquery 使わず直接埋め込む方法
50
+
51
+
52
+
53
+ > atom.xmlのリンクをhtml内でトップページのサイドバー等に新着情報一覧として埋め込み表示は出来ないのでしょうか?
54
+
55
+
56
+
57
+ atom.xml を XSLT で変換して HTML で表示したものを iframe で埋め込むっていう方法ができます。
58
+
59
+ 僕も XSLT やったことなかったのでやってみました。
60
+
61
+ 次のスクリーンショットの水色の部分が iframe になります。
62
+
63
+
64
+
65
+ ![イメージ説明](46b29cf5ca7b9cea52dfcb55937b71af.png)
66
+
67
+
68
+
69
+ デモURL: [https://set0gut1.github.io/atom-xslt-example/](https://set0gut1.github.io/atom-xslt-example/)
70
+
71
+ ソースコード: [https://github.com/set0gut1/atom-xslt-example](https://github.com/set0gut1/atom-xslt-example)

1

微修正

2018/05/09 23:40

投稿

set0gut1
set0gut1

スコア2413

test CHANGED
File without changes