cmhrider
03-23-2012, 04:29 PM
1) Script Title: :: gAjax RSS Ticker (hosted)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/gajaxrssticker.htm
3) Describe problem: Is there a way to use this script when the xml file is on a local drive. I can get the example to work but when I attempt to direct everything to the file I want to display nothing comes accross.
Below is the code that i would like to scroll. I want the items in the <title> tags to be displayed.
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>General Information</title>
<link></link>
<description></description>
<lastBuildDate>Fri, 23 Mar 2012 18:45:04 GMT</lastBuildDate>
<generator>ListGarden Program 1.3.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item>
<title>Item 2</title>
<pubDate>Wed, 21 Mar 2012 12:33:26 GMT</pubDate>
</item>
<item>
<title>RSS Test of General Info.</title>
<pubDate>Wed, 21 Mar 2012 12:13:47 GMT</pubDate>
</item>
</channel>
</rss>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/gajaxrssticker.htm
3) Describe problem: Is there a way to use this script when the xml file is on a local drive. I can get the example to work but when I attempt to direct everything to the file I want to display nothing comes accross.
Below is the code that i would like to scroll. I want the items in the <title> tags to be displayed.
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>General Information</title>
<link></link>
<description></description>
<lastBuildDate>Fri, 23 Mar 2012 18:45:04 GMT</lastBuildDate>
<generator>ListGarden Program 1.3.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item>
<title>Item 2</title>
<pubDate>Wed, 21 Mar 2012 12:33:26 GMT</pubDate>
</item>
<item>
<title>RSS Test of General Info.</title>
<pubDate>Wed, 21 Mar 2012 12:13:47 GMT</pubDate>
</item>
</channel>
</rss>