Alan Taylor
Guest
|
Posted:
Thu Nov 10, 2005 5:51 pm Post subject:
How best to process all links to postings to create an rss f |
|
|
I'm in the process of creating a RSS feed for my various news home
pages. Having looked at Stefan's sample I am able to create the RSS
feed without any problems. The only thing I'm wanting to get right is
the postings I process. My news pages have a combination of mcms
placeholders that contains links to CMS postings, as well as user
controls that are dynamically created, and contians links to CMS
postings.
I am writing the code that will process all links on a page. Is there
a recommended way of doing this, or a best practice?
Currently I'm implementing a httphandler for 'rss.xml'. I'm hoping to
get the html from the context, and parse all anchors/links to CMS
postings.
Any thoughts?
Alan
P.S. I'm hoping to get my copy of the advanced MCMS book soon. Are you
going to tell me what I want to know is in there? If so how long
before I get my copy? It was ordered 6 months ago direct from the
publisher? |
|
Stefan [MSFT]
Guest
|
Posted:
Sun Nov 13, 2005 9:50 pm Post subject:
Re: How best to process all links to postings to create an r |
|
|
Hi Alan,
the RSS feed code will only be able to access the placeholder content. Not
content from the user controls.
You would need to duplicate or call the logic from the user controls in the
RSS feed to get the links generated in the user control.
Cheers,
Stefan
"Alan Taylor" <alan_taylor@uk.ibm.com> schrieb im Newsbeitrag
news:1131642176.353602.88860@g44g2000cwa.googlegroups.com...
| Quote: | I'm in the process of creating a RSS feed for my various news home
pages. Having looked at Stefan's sample I am able to create the RSS
feed without any problems. The only thing I'm wanting to get right is
the postings I process. My news pages have a combination of mcms
placeholders that contains links to CMS postings, as well as user
controls that are dynamically created, and contians links to CMS
postings.
I am writing the code that will process all links on a page. Is there
a recommended way of doing this, or a best practice?
Currently I'm implementing a httphandler for 'rss.xml'. I'm hoping to
get the html from the context, and parse all anchors/links to CMS
postings.
Any thoughts?
Alan
P.S. I'm hoping to get my copy of the advanced MCMS book soon. Are you
going to tell me what I want to know is in there? If so how long
before I get my copy? It was ordered 6 months ago direct from the
publisher?
|
|
|