0

Windows で Word Pad を使用して XML Rss フィードを構築しようとしています。問題は、Firefox で表示しようとすると、次のメッセージが表示されることです。

This XML file does not appear to have any style information associated with it. The document tree is shown below.

それへのリンクはhttp://cursosbiblicos.net/app/AudioXml/Efesios.xmlです

ワードパッドのテキストは次のとおりです。

<?xml version="1.0" encoding="utf-8"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="http://www.cursosbiblicos.net/efesios.xml" type="application/rss+xml" rel="self"/><lastBuildDate>Tue, 9 Apr 2013 09:26:14 -0500</lastBuildDate><link>http://www.cursosbiblicos.net</link><description>efesios XML</description><language>en</language><copyright>2013 Cursos Biblicos</copyright><item><description> Efesios1:1-4 </description><link> http://cursosbiblicos.net/cursos/mp3streamer/files/1EF%201.1-4%20Los%20Escogidos.mp3</link></item><item><description> Efesios1:4-5 </description><link> http://cursosbiblicos.net/cursos/mp3streamer/files/2EF%201.4-5%20La%20Predestinacion.mp3</link></item><item><description> Efesios1:5-6 </description><link> http://cursosbiblicos.net/cursos/mp3streamer/files/3EF%201.5-6%20Para%20Alabanza%20de%20la%20Gloria%20de%20Su%20Gracia.mp3</link></item><item><description> Efesios1:7-8 </description><link> http://cursosbiblicos.net/cursos/mp3streamer/files/4EF%201.7-8%20La%20Redencion.mp3</link></item><item><description> Efesios1:9-10 </description><link> http://cursosbiblicos.net/cursos/mp3streamer/files/5EF%201.9-10%20El%20Proposito%20Eterno%20de%20Dios.mp3</link></item><channel></rss>

ただし、保存した後の最初に、次のように追加されます。

turnerc23turnerc23212013-04-22T01:31:00Z2013-04-22T01:31:00Z13411945Toshiba164228212
4

1 に答える 1

0

表示されているメッセージは、通常の HTML ドキュメントではなく XML ドキュメントを表示したときにブラウザが表示する傾向がある警告にすぎません。XML ドキュメントは警告の下に表示されるはずですが、あなたの場合、XML ドキュメントが空のように見えます。

ワードパッドの XML ドキュメントを見せていただけると助かります。

編集:

ワードパッドはリッチ テキスト エディターのように見えるため、独自の書式設定情報をドキュメントに追加しています。あなたはそれを望んでいません。

代わりにプレーンテキストエディタを使用してください。Windows メモ帳。

于 2013-04-21T21:17:37.033 に答える