Home > Domino Tips > Developer > Domino > Creating RSS feed with Notes URI
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

DOMINO

Creating RSS feed with Notes URI


Chris Blatnick
02.24.2005
Rating: -4.88- (out of 5) Hall of fame tip of the month winner


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Many Lotus Notes developers have started adding the construction of RSS feeds to their repertoire. There are already many great resources on how to do this available on the Internet (Mike Golding presents a very easy to read, step-by-step method here on his site.)

Using this method, you can present an RSS feed to documents stored in a Lotus Notes database. Usually, the RSS feeds points to content that is accessed via a Web browser. However, I had the need to pull up the documents in the Notes client instead. This is very easy to do, since you can use the Notes URI format in place of the standard HTTP URI.

Here is a snippet of XML code from a feed that demonstrates this:

<item>
     <title>Spellcheck the 
Memo Body Only</title> 
     <pubDate>Thu, 24 Feb 2005 
10:39:25 PM -0400</pubDate> 
     <description>I posted this R4.x tip to
 SearchDomino way back in 1999 
and it was the winner for one month!</description>
      <link>notes:///85256FA500530C43/
AllDocuments/CDEEB412F83130AA85256FB30010F
BAC</link>
</item>

Notice the <link> element references a Notes identifier rather than a URI using HTTP. When users view this feed in their RSS aggregator, it will open the proper document in your Notes client.

The <link> element of your feed can be constructed using the following formula (usually calculated in the document or in the view column):

"<link>notes:///" + 
@ReplaceSubstring(@ReplicaID; ":"; "") 
+ "/AllDocuments/" + 
@Text(@DocumentUniqueID) + "</link>

You can replace "AllDocuments" with the name of your view or use its design ID.

For an "All Notes" experience, you can use a Notes-based aggregator such as Steve Castledine's ProjectDX Feed Reader or Studio Blog Reader from OpenNTF along with your feed.

Do you have comments on this tip? Let us know.

This tip was submitted to the SearchDomino.com tip exchange by member Chris Blatnick. Please let others know how useful it is via the rating scale below. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.

Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
Domino
Mimic Lotus Notes Domino application functionality on the Web
A single form to view and edit any Lotus Notes document
DECS and DCR external data access considerations
How to create non-scrolling Lotus Domino view headers on the Web
Disabling the 'Submit' button on a form
An easier way to update a rich text field
Results from Default Notes Search have # of responses in brackets
Lotus Notes/Domino veteran offers comprehensive list of app dev tools
Notes to XML. . .and back again
Creating thumbnail images using LS2J in LotusScript

XML and Web Services for Lotus Notes Domino
Verify scheduled agent status with Domino Extensible Language (DXL)
Top 10 Lotus Notes Domino programming and development tips of 2007
A bevy of Notes/Domino development tips
Loading XML from JavaScript
How to apply XSL style sheets to XML views
Top 10 Notes/Domino developer tips of 2006
A smorgasbord of Notes/Domino development tips
Converting XML files into Lotus Notes documents
Finding the properties of a doclinked Lotus Notes document
How to override default Lotus Notes print settings

Lotus Notes Domino Formula Language
Top 10 Formula language tips
Using Formula language code to sort Lotus Notes messages by subject
How to create dynamic JavaScript in Notes Domino without formulas
Stop response documents from showing in a Lotus Notes form
Formula language button manages Deny Access list searches
Add a program doc to compact Lotus Notes databases automatically
Top 10 Lotus Notes Domino programming and development tips of 2007
Retrieve Lotus Notes names from a nested group using @DBLookup
Top 5 @DBLookup tips
Create a computed Lotus Notes field to list Personal Address Book names

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Reprints  |  Site Map




All Rights Reserved, Copyright 1999 - 2008, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts