H
henrybranson
I'm trying to create an RSS feed that is written dynamically by an
ASP.NET page. I know there are several ways to do it, but the quickest
for me was to follow the Scott Mitchell tutorial at
http://msdn.microsoft.com/library/d...n-us/dnaspp/html/aspnet-createrssw-aspnet.asp.
I think the problem is that the <@ page > directive at the top of the
ASP.NET page creates a blank first line in the outputted XML. This
blank line makes the RSS feed invalid, and News Readers such as
NewzCrawler won't parse it.
Is it possible to output xml (or anything for that matter) from an
ASP.NET page with the @ Page directive in without leaving the first
line blank?
Many thanks
Henry
ASP.NET page. I know there are several ways to do it, but the quickest
for me was to follow the Scott Mitchell tutorial at
http://msdn.microsoft.com/library/d...n-us/dnaspp/html/aspnet-createrssw-aspnet.asp.
I think the problem is that the <@ page > directive at the top of the
ASP.NET page creates a blank first line in the outputted XML. This
blank line makes the RSS feed invalid, and News Readers such as
NewzCrawler won't parse it.
Is it possible to output xml (or anything for that matter) from an
ASP.NET page with the @ Page directive in without leaving the first
line blank?
Many thanks
Henry