Forum Moderators: open
*************************************************
// and i integrated it in html by adding this code:
<html>
<head>
<xml src="new.xml" id=msg></xml>
</head>
<body>
<table border=1 datasrc=#msg><thead>
<tr>
<td>User</td>
<td>Message</td>
</tr>
</thead>
<tr>
<td><span DATAFLD="User"></td>
<td><span DATAFLD="Text"></td>
</tr>
</table>
</body>
</html>
*************************************************.
now i even have a rss code as follows:
<?xml version="1.0"?>
<rss version="0.91">
<channel>
<title>example.com</title>
<link>http://www.example.com/</link>
<description>India's largest news and entertainment service online.</description>
<language>en-us</language>
<pubDate>Wed, 10 Nov 2004 09:47:44 GMT</pubDate>
<copyright>Copyright: (C) 2004 example.com India Limited. All Rights Reserved.</copyright>
<image>
<title>example.com</title>
<url>http://www.example.com/uim/red_log.gif</url>
<link>http://example.com/</link>
<width>144</width>
<height>28</height>
<description>Visit example.com</description>
</image>
</channel>
</rss>
*********
what do i do to integrate this with html...?
is it possible with html, javascript rather than asp,php,etc[the hard ones i mean].
Any help would be most appreciated
Thanks in advance
[edited by: werty at 3:50 pm (utc) on Nov. 11, 2004]
[edit reason] Changed URL's to Example.com see TOS #13 [/edit]
[informit.com...]
Alternatively, check out Feed2JS which is a rather simple technology that allows you, the humble web page designer, to have this content displayed in your own web page, without having to know a lick about XML!
More info can be found at [jade.mcli.dist.maricopa.edu...]
Good Luck.