I'm creating an RSS feed for work from scratch, using only my Vista machine's built-in XML editor. I've tried to open a file with a sequence like this one below. I've left out the preamble about rss and xml versions, as that's worked out fine in other files.
<item>
<title>TELUS investment expands wireless service in Gulf Islands - June 22 2010</title>
<description>Telus extends services to islands off BC's coast</description>
<link></item>
I've checked that the link works by itself, but can't find any error in the code. When I open this file, I get the following error message.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A semi colon character was expected. Error processing resource 'file:///C:/Users/sarah.jevnikar/Documents/RSS Project/troub...
<link>--...
Any help you can provide would be greatly appreciated.
Thank you in advance.
<item>
<title>TELUS investment expands wireless service in Gulf Islands - June 22 2010</title>
<description>Telus extends services to islands off BC's coast</description>
<link></item>
I've checked that the link works by itself, but can't find any error in the code. When I open this file, I get the following error message.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A semi colon character was expected. Error processing resource 'file:///C:/Users/sarah.jevnikar/Documents/RSS Project/troub...
<link>--...
Any help you can provide would be greatly appreciated.
Thank you in advance.