質問編集履歴
4
最終の解決方法の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -125,4 +125,9 @@
|
|
125
125
|
</item>
|
126
126
|
</channel>
|
127
127
|
</rss>
|
128
|
-
```
|
128
|
+
```
|
129
|
+
|
130
|
+
---(追記)------------
|
131
|
+
|
132
|
+
「content:encoded」の'encoded'のみにすると全文表示されました。
|
133
|
+
どうも有難うございました!
|
3
コード内のアドレス情報を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -84,7 +84,7 @@
|
|
84
84
|
```
|
85
85
|
|
86
86
|
|
87
|
-
(追記)
|
87
|
+
---(追記)------------
|
88
88
|
|
89
89
|
「content:encoded」の部分のようですが、取得表示する方のコードにそのまま書き込んでもやはり表示できませんでした。
|
90
90
|
|
@@ -93,9 +93,9 @@
|
|
93
93
|
|
94
94
|
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
|
95
95
|
<channel>
|
96
|
-
<title>
|
96
|
+
<title>Diary</title>
|
97
|
-
<atom:link href="http://example.com/blog/
|
97
|
+
<atom:link href="http://example.com/blog/feed" rel="self" type="application/rss+xml"/>
|
98
|
-
<link>http://example.com/blog
|
98
|
+
<link>http://example.com/blog</link>
|
99
99
|
<description>by example</description>
|
100
100
|
<lastBuildDate>Sun, 09 Oct 2016 03:09:03 +0000</lastBuildDate>
|
101
101
|
<generator>http://wordpress.org/?v=2.8.6</generator>
|
@@ -103,24 +103,24 @@
|
|
103
103
|
<sy:updatePeriod>hourly</sy:updatePeriod>
|
104
104
|
<sy:updateFrequency>1</sy:updateFrequency>
|
105
105
|
<item>
|
106
|
-
<title>
|
106
|
+
<title>Diary_投稿テスト</title>
|
107
|
-
<link>http://example.com/blog/
|
107
|
+
<link>http://example.com/blog/archives/6</link>
|
108
|
-
<comments>http://example.com/blog/
|
108
|
+
<comments>http://example.com/blog/archives/6#comments</comments>
|
109
109
|
<pubDate>Thu, 24 Dec 2009 16:52:17 +0000</pubDate>
|
110
110
|
<dc:creator>example</dc:creator>
|
111
111
|
<category>
|
112
112
|
<![CDATA[ no category ]]>
|
113
113
|
</category>
|
114
|
-
<guid isPermaLink="false">http://example.com/blog/
|
114
|
+
<guid isPermaLink="false">http://example.com/blog/?p=6</guid>
|
115
115
|
<description>
|
116
|
-
<![CDATA[
|
116
|
+
<![CDATA[ Diary_投稿テストの 本文と、 写真です。 ]]>
|
117
117
|
</description>
|
118
118
|
<content:encoded>
|
119
119
|
<![CDATA[
|
120
|
-
<p><span style="color: #000000;">
|
120
|
+
<p><span style="color: #000000;">Diary_投稿テストの</span></p> <p><span style="color: #000000;">本文と、</span></p> <div style="word-break: break-all; width: 883.828px; overflow: hidden; font-size: 14.4px;"><span style="color: #000000;"><br style="word-break: break-all;" /><img class="alignnone size-large wp-image-12" title="DSC00000" src="http://example.com/blog/wp-content/uploads/2009/12/DSC00000-500x332.jpg" alt="DSC00000" width="500" height="332" /></span></div> <div style="word-break: break-all; width: 883.828px; overflow: hidden; font-size: 14.4px;">写真です。</div>
|
121
121
|
]]>
|
122
122
|
</content:encoded>
|
123
|
-
<wfw:commentRss>http://example.com/blog/
|
123
|
+
<wfw:commentRss>http://example.com/blog/archives/6/feed</wfw:commentRss>
|
124
124
|
<slash:comments>0</slash:comments>
|
125
125
|
</item>
|
126
126
|
</channel>
|
2
マナーの認識不足で度々失礼しました。編集いたしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -81,4 +81,48 @@
|
|
81
81
|
$("#"+ID).html(html);
|
82
82
|
}
|
83
83
|
</script>
|
84
|
+
```
|
85
|
+
|
86
|
+
|
87
|
+
(追記)
|
88
|
+
|
89
|
+
「content:encoded」の部分のようですが、取得表示する方のコードにそのまま書き込んでもやはり表示できませんでした。
|
90
|
+
|
91
|
+
```
|
92
|
+
This XML file does not appear to have any style information associated with it. The document tree is shown below.
|
93
|
+
|
94
|
+
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
|
95
|
+
<channel>
|
96
|
+
<title>Shop Diary</title>
|
97
|
+
<atom:link href="http://example.com/blog/p-love/feed" rel="self" type="application/rss+xml"/>
|
98
|
+
<link>http://example.com/blog/p-love</link>
|
99
|
+
<description>by example</description>
|
100
|
+
<lastBuildDate>Sun, 09 Oct 2016 03:09:03 +0000</lastBuildDate>
|
101
|
+
<generator>http://wordpress.org/?v=2.8.6</generator>
|
102
|
+
<language>ja</language>
|
103
|
+
<sy:updatePeriod>hourly</sy:updatePeriod>
|
104
|
+
<sy:updateFrequency>1</sy:updateFrequency>
|
105
|
+
<item>
|
106
|
+
<title>Shop Diary_投稿テスト</title>
|
107
|
+
<link>http://example.com/blog/p-love/archives/6</link>
|
108
|
+
<comments>http://example.com/blog/p-love/archives/6#comments</comments>
|
109
|
+
<pubDate>Thu, 24 Dec 2009 16:52:17 +0000</pubDate>
|
110
|
+
<dc:creator>example</dc:creator>
|
111
|
+
<category>
|
112
|
+
<![CDATA[ no category ]]>
|
113
|
+
</category>
|
114
|
+
<guid isPermaLink="false">http://example.com/blog/p-love/?p=6</guid>
|
115
|
+
<description>
|
116
|
+
<![CDATA[ Shop Diary_投稿テストの 本文と、 写真です。 ]]>
|
117
|
+
</description>
|
118
|
+
<content:encoded>
|
119
|
+
<![CDATA[
|
120
|
+
<p><span style="color: #000000;">Shop Diary_投稿テストの</span></p> <p><span style="color: #000000;">本文と、</span></p> <div style="word-break: break-all; width: 883.828px; overflow: hidden; font-size: 14.4px;"><span style="color: #000000;"><br style="word-break: break-all;" /><img class="alignnone size-large wp-image-12" title="DSC00000" src="http://example.com/blog/wp-content/uploads/2009/12/DSC00000-500x332.jpg" alt="DSC00000" width="500" height="332" /></span></div> <div style="word-break: break-all; width: 883.828px; overflow: hidden; font-size: 14.4px;">写真です。</div>
|
121
|
+
]]>
|
122
|
+
</content:encoded>
|
123
|
+
<wfw:commentRss>http://example.com/blog/p-love/archives/6/feed</wfw:commentRss>
|
124
|
+
<slash:comments>0</slash:comments>
|
125
|
+
</item>
|
126
|
+
</channel>
|
127
|
+
</rss>
|
84
128
|
```
|
1
例示用ドメインを修正いたしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/JavaScript" src="../../js/jquery.js"></script>
|
16
16
|
<script type="text/javascript">
|
17
17
|
$(function() {
|
18
|
-
var setURL = 'http://
|
18
|
+
var setURL = 'http://example.com/blog/feed';
|
19
19
|
var setNUM = 10;
|
20
20
|
var setID = 'feed3';
|
21
21
|
xmlLoad(setURL,setID,setNUM);
|