I have inserted a news feed on my website, but I'm trying to only display a
few lines from the news feed. Currenlty, I am displaying 7 articles and I
would only like to display 3 articles then have the user go to another page
to view all 7. Is that possible.

Re: RSS News feed by Kevin

Kevin
Mon Mar 07 08:32:56 CST 2005

Yes, it's possible. It requires custom programming.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"L" <L@discussions.microsoft.com> wrote in message
news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
>I have inserted a news feed on my website, but I'm trying to only display a
> few lines from the news feed. Currenlty, I am displaying 7 articles and I
> would only like to display 3 articles then have the user go to another
> page
> to view all 7. Is that possible.



Re: RSS News feed by clintonG

clintonG
Mon Mar 07 08:36:18 CST 2005

Sure its possible, if you know how to write code that can alter the XML.
Your only other choice is to edit the XML file manually and delete the items
you do not want. There is also the possibility that you simply copied and
pasted a script that gets the XML from some source and transforms it so it
may be displayed when your page is loaded. If that were the case you would
most likely be SOL.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/



"L" <L@discussions.microsoft.com> wrote in message
news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
> I have inserted a news feed on my website, but I'm trying to only display
a
> few lines from the news feed. Currenlty, I am displaying 7 articles and I
> would only like to display 3 articles then have the user go to another
page
> to view all 7. Is that possible.



Re: RSS News feed by L

L
Mon Mar 07 08:47:05 CST 2005

Thanks. Do you have any clues where I can find examples of this being done?

"clintonG" wrote:

> Sure its possible, if you know how to write code that can alter the XML.
> Your only other choice is to edit the XML file manually and delete the items
> you do not want. There is also the possibility that you simply copied and
> pasted a script that gets the XML from some source and transforms it so it
> may be displayed when your page is loaded. If that were the case you would
> most likely be SOL.
>
> --
> <%= Clinton Gallagher
> METROmilwaukee "Regional Information Services"
> NET csgallagher AT metromilwaukee.com
> URL http://clintongallagher.metromilwaukee.com/
>
>
>
> "L" <L@discussions.microsoft.com> wrote in message
> news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
> > I have inserted a news feed on my website, but I'm trying to only display
> a
> > few lines from the news feed. Currenlty, I am displaying 7 articles and I
> > would only like to display 3 articles then have the user go to another
> page
> > to view all 7. Is that possible.
>
>
>

Re: RSS News feed by L

L
Mon Mar 07 08:47:08 CST 2005

Thanks. Do you have any clues where I can find examples of this being done?

"Kevin Spencer" wrote:

> Yes, it's possible. It requires custom programming.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> What You Seek Is What You Get.
>
> "L" <L@discussions.microsoft.com> wrote in message
> news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
> >I have inserted a news feed on my website, but I'm trying to only display a
> > few lines from the news feed. Currenlty, I am displaying 7 articles and I
> > would only like to display 3 articles then have the user go to another
> > page
> > to view all 7. Is that possible.
>
>
>

Re: RSS News feed by Kevin

Kevin
Mon Mar 07 09:11:47 CST 2005

Afraid not. :(

Try Google.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"L" <L@discussions.microsoft.com> wrote in message
news:83294876-051C-4B39-8C16-0BCE194D59E1@microsoft.com...
> Thanks. Do you have any clues where I can find examples of this being
> done?
>
> "Kevin Spencer" wrote:
>
>> Yes, it's possible. It requires custom programming.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> What You Seek Is What You Get.
>>
>> "L" <L@discussions.microsoft.com> wrote in message
>> news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
>> >I have inserted a news feed on my website, but I'm trying to only
>> >display a
>> > few lines from the news feed. Currenlty, I am displaying 7 articles
>> > and I
>> > would only like to display 3 articles then have the user go to another
>> > page
>> > to view all 7. Is that possible.
>>
>>
>>



Re: RSS News feed by L

L
Mon Mar 07 09:19:04 CST 2005

Thanks.

"Kevin Spencer" wrote:

> Afraid not. :(
>
> Try Google.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> ..Net Developer
> What You Seek Is What You Get.
>
> "L" <L@discussions.microsoft.com> wrote in message
> news:83294876-051C-4B39-8C16-0BCE194D59E1@microsoft.com...
> > Thanks. Do you have any clues where I can find examples of this being
> > done?
> >
> > "Kevin Spencer" wrote:
> >
> >> Yes, it's possible. It requires custom programming.
> >>
> >> --
> >> HTH,
> >>
> >> Kevin Spencer
> >> Microsoft MVP
> >> ..Net Developer
> >> What You Seek Is What You Get.
> >>
> >> "L" <L@discussions.microsoft.com> wrote in message
> >> news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
> >> >I have inserted a news feed on my website, but I'm trying to only
> >> >display a
> >> > few lines from the news feed. Currenlty, I am displaying 7 articles
> >> > and I
> >> > would only like to display 3 articles then have the user go to another
> >> > page
> >> > to view all 7. Is that possible.
> >>
> >>
> >>
>
>
>

Re: RSS News feed by Tom

Tom
Mon Mar 07 11:11:56 CST 2005

With what are you displaying the feed on your site?
It should be a matter of altering that program that displays the 7 results
to initially display the first or top 3 results and then providing a link on
the page to go to a page that shows all 7 of them.

Best to you.....
Tom Gahagan

"L" <L@discussions.microsoft.com> wrote in message
news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
>I have inserted a news feed on my website, but I'm trying to only display a
> few lines from the news feed. Currenlty, I am displaying 7 articles and I
> would only like to display 3 articles then have the user go to another
> page
> to view all 7. Is that possible.



Re: RSS News feed by clintonG

clintonG
Mon Mar 07 14:57:24 CST 2005

I may be able to help more if you describe what platform your web is hosted
on and how you are actually able to "insert the news feed" as you stated.
You can start by using Google as most of us do.

<%= Clinton Gallagher

"L" <L@discussions.microsoft.com> wrote in message
news:05BB3F75-2B89-48FD-AD1A-F961C754590D@microsoft.com...
> Thanks. Do you have any clues where I can find examples of this being
done?
>
> "clintonG" wrote:
>
> > Sure its possible, if you know how to write code that can alter the XML.
> > Your only other choice is to edit the XML file manually and delete the
items
> > you do not want. There is also the possibility that you simply copied
and
> > pasted a script that gets the XML from some source and transforms it so
it
> > may be displayed when your page is loaded. If that were the case you
would
> > most likely be SOL.
> >
> > --
> > <%= Clinton Gallagher
> > METROmilwaukee "Regional Information Services"
> > NET csgallagher AT metromilwaukee.com
> > URL http://clintongallagher.metromilwaukee.com/
> >
> >
> >
> > "L" <L@discussions.microsoft.com> wrote in message
> > news:1F1FDF98-A659-4176-9D9C-7F8AEA5588E8@microsoft.com...
> > > I have inserted a news feed on my website, but I'm trying to only
display
> > a
> > > few lines from the news feed. Currenlty, I am displaying 7 articles
and I
> > > would only like to display 3 articles then have the user go to another
> > page
> > > to view all 7. Is that possible.
> >
> >
> >