Hi,
I've created an RSS feed and was having problems with my XML::RSS PERL module.
to have a referenced link (in this case an MP3) i used <enclosure src="blah blah" />
only the XML::RSS module doesn't see this tag so I can't get to the data.
I did a bit of googling and found an article saying replace <enclosure /> with <enclosure>url to mp3 goes here</enclosure>
this seemed to solve my problem I can now get the data between the <enclosure> tag in my PERL script and it displays fine in AWASU rss reader.
only now the RSS feed won't validate saying
can someone help as to what the correct tag is and how to use it and validate it.
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I've created an RSS feed and was having problems with my XML::RSS PERL module.
to have a referenced link (in this case an MP3) i used <enclosure src="blah blah" />
only the XML::RSS module doesn't see this tag so I can't get to the data.
I did a bit of googling and found an article saying replace <enclosure /> with <enclosure>url to mp3 goes here</enclosure>
this seemed to solve my problem I can now get the data between the <enclosure> tag in my PERL script and it displays fine in AWASU rss reader.
only now the RSS feed won't validate saying
with the pointer at the text between the <enclosure> tag.Unexpected Text
can someone help as to what the correct tag is and how to use it and validate it.
thanks
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.