This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Website and news feeding


Hi,

How can I feed the data I receive in Netscape RSS format to Website XML.
I look to the RDDL but I did not even got a clue. Is this doable or am I
dreaming

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd";>
<rss version="0.91">

<channel>
<title>Some title</title>
<description>Some Description</description>
<link>http://www.anywhere.com/</link>
<language>en</language>
<copyright>Company Name </copyright>
<lastBuildDate>Thu Aug 22 14:33:19 2002</lastBuildDate>

<item>
<title>Hot topic of the day</title>
<link>http://www.anywhere.com/en/html/hottopicday.html</link>
</item>

<item>
<title>Cool Places to go</title>
<link>http://www.anywhere.com/en/html/coolplace.html</link>
</item>

</channel>
</rss>

--

Togan Muftuoglu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]