Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > content syndication

Reply
Thread Tools

content syndication

 
 
lasmit42@gmail.com
Guest
Posts: n/a
 
      05-19-2005
My company has a client who would like to add the contents of an rss
feed to their website, making a minimum amount of change to their site.
I have created an asp.net aggregator for the feed (based on some
existing code), which generates a web page from the feed.

I was planning to simply include the file using an iframe, but it
transpires that search engines do not crawl frame pages (improved
ranking is the purpose of including the rss).

So, what I need is a simple way to include the contents of the web page
I have created on the page within a div tag or something.

As #include takes raw data this is no good (the page no longer
compiles), so what I am looking for is a couple of lines of code which
will read the output of a website into a string so that I can display
it.

Having looked around quite a lot I am unable to find something straight
forward to achieve this, although I cannot belive it is difficult as
there is certainly something like this in PHP.

Please help me as my head hurts from banging it against the wall.

Many thanks in advance

Lewis

 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      05-19-2005
XMLHTTP
http://aspfaq.com/show.asp?id=2173

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

<> wrote in message news: ups.com...
> My company has a client who would like to add the contents of an rss
> feed to their website, making a minimum amount of change to their site.
> I have created an asp.net aggregator for the feed (based on some
> existing code), which generates a web page from the feed.
>
> I was planning to simply include the file using an iframe, but it
> transpires that search engines do not crawl frame pages (improved
> ranking is the purpose of including the rss).
>
> So, what I need is a simple way to include the contents of the web page
> I have created on the page within a div tag or something.
>
> As #include takes raw data this is no good (the page no longer
> compiles), so what I am looking for is a couple of lines of code which
> will read the output of a website into a string so that I can display
> it.
>
> Having looked around quite a lot I am unable to find something straight
> forward to achieve this, although I cannot belive it is difficult as
> there is certainly something like this in PHP.
>
> Please help me as my head hurts from banging it against the wall.
>
> Many thanks in advance
>
> Lewis
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xslt and System.ServiceModel.Syndication Paul ASP .Net 6 02-12-2008 03:06 AM
Announcing xe and PyFeed, for XML and syndication feeds Steve R. Hastings Python 0 03-24-2006 01:36 AM
How to call an asp-page by a clientside Javascript (syndication) dany ASP General 1 03-23-2006 11:39 PM
PyAtom, a Python module for creating Atom syndication feeds Steve R. Hastings Python 5 02-24-2006 06:22 AM
ICE-Syndication Olaf Kardennich XML 0 07-08-2003 02:59 PM



Advertisments