Forum Moderators: open
1) I can't seem to find a perl script that I can get to work. Since my thread, I have found a perl script, but when I feed it the xml file, it doesn't read it, I haven't looked at other xml feeds to see if it's the xml file, or the perl script that is the problem. Can you suggest any xml files to point to?
2) SSI? I haven't used SSI, so I don't know the first thing about it. Do I need my host to configure the host to allow it? because I can run the scripts directly from the browser, yet when I put an SSI into a html file, I get a blank.
ok, I've been trying different xml files.
some work and some don't
To summarize, i have a rss perl script. It works for some xml files and not for others?
It seems the xml I want has encoding="iso-8859-1" next to the xml version:
<?xml version="1.0" encoding="iso-8859-1"?>
rss version 2.0
It seems that those xml files with xml ver 1.0 and rss version 2.0, but no encoding="iso-8859-1" seem to work?
I don't know? I haven't a clue? I'm new to rss.
please help