What is RSS feeds and how it can be used in Portal.

Hi All,
Please someone have any idea , "How can we use the RSS feeds in portal " . This is a new concept for me , so I m totally aliegn for this topic.
Thanks in advance.
Mayank kumar saxena

Hi,
We already done some development based on rss feed, but it was not for any portal content.
We generated these files outside portal then scheduled to upload to km folder.
In portal, we have to use km repostitory to store these file. By setting these folders for anonymous access, user can subsribe to this Feed, which will get updated with out login.
The basic requirement to develope rss feed is to understand the xml format. With the help of internet you can learn, its simple.
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>title</title>
<description>desc</description>
<LINK>http://link.com</LINK>
<webMaster />
<managingEditor />
<copyright />
<docs />
<ttl>0</ttl>
<category domain="" />
<generator />
<language />
<skipDays />
<skipHours /> <pubDate>Thu, 15 May 2008 13:09:35</pubDate>
<item>
<title>
title_1</title><link>link1
</link>
<description>
desc1
</description>
<guid isPermaLink="false">link1.html</guid>
<pubDate>Thu, 15 May 2008 13:09:35</pubDate>
</item>
<item>
<title>
title_2</title>
<link>link2</link>
<description>desc2</description>
<guid isPermaLink="false">link2.html</guid>
<pubDate>Thu, 15 May 2008 13:09:35</pubDate>
</item>
</channel>
</rss>
Try to put this code in km as xml file and browse it. This file will act as Feed. Search internet for more info about feeds.
Here is some related threads which you can use as reference.
[/thread/345458 [original link is broken];
[/thread/454238 [original link is broken];
Regards
Baby

Similar Messages

  • An error occurs that firmware file is corrupt while updating my iphone4 software.what does it mean and how it can be minimized.? plz help

    an error occurs that firmware file is corrupt while updating my iphone4 software.what does it mean and how it can be minimized.? plz help

    https://discussions.apple.com/message/6028012#6028012
    https://discussions.apple.com/message/7909876#7909876

  • What is time machine and how i can use it

    what is time machine and how i can use it ?

    Hope you may find these articles helpful.
    https://www.apple.com/support/timemachine/
    http://support.apple.com/kb/HT1427
    http://en.wikipedia.org/wiki/Time_Machine_(OS_X)
    Best.

  • Iphone6 doesn't play music (have tried obvious things like volume etc and plugged in headphones, connected to a speaker via bluetooth, and tried to play from the inbuilt speaker). Does anyone know what the problem is and how it can be resolved?

    Iphone6 doesn't play music (have tried obvious things like volume etc and plugged in headphones, connected to a speaker via bluetooth, and tried to play from the inbuilt speaker). Does anyone know what the problem is and how it can be resolved?

    You can't buy the part from Creative as a spare.
    I'm not sure how compatible other parts might be, but that would be a question for someone who really knows a lot about this area of electronics.
    The Creative repair for this is likely to be expensi've, but the problem is most likely a broken solder connection than an actual new headphone socket. So if you know someone experienced in surface mount soldering you could probably get it repaired just with this.

  • Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn't work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Hi I am using iphone 4, since last few days i am facing problem in touch screen at times it doesn’t work at all for 5-10 mins and then it works out itself. Can anyone pls suggest what the problem is and how it can be sorted out?

    Did you recently updated to 7.0.4? Even for me same also issues.

  • What is this error and how i can solve this?

    I got this error in my alertlog.
    ORA-000060: Deadlock detected. More info in file D:\oracle\admin\TEMPDB\udump\ORA06816.TRC.
    why this error occur and how i can solve this.

    Hi,
    Here is the cause and action information about ORA-000060 error
    Cause: Your session and another session are waiting for a resource locked by the other. This condition is known as a deadlock. To resolve the deadlock, one or more statements were rolled back for the other session to continue work.
    Action: Either:
    Enter a ROLLBACK statement and re-execute all statements since the last commit or
    Wait until the lock is released, possibly a few minutes, and then re-execute the rolled back statements.
    For more information on any error code refer to the Oracle Error Messages Documentation.
    Hope this helps.
    Sujatha.

  • What is context objects and how we can use it Receiver Determination

    hi,
    i have situation here a idoc is triggered into the xi and i need to use the conditions in the receiverdetermination in that condition i need to use  context object how i can use it? and what is the difference it makes and why i need to use it?
    thanks in advance
    Amaresh

    HI,
    Context objects are alternative to XPATH expressions. It is like macros in other programming langugage. If you define this , you can use this object in the receiver determination while doing conditional receiver determination
    For more-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
    /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
    Regards,
    Moorthy

  • What is XI and How it can be useful

    Hi,
    I am new to XI i saw many information about xi in blogs and every thing.. but i need to know simply what is XI and how is it useful for business. what is the backgroud required. how oppertunities for xi in future. Most of the companies requires that one or its optional or mandatory.  I femiliar with java i want to move to XI is it good suggition i need any other technologies to update..Is it useful for me..
    Thanks,
    Kishore

    Hi Kishore,
    Purpose
    SAP Exchange Infrastructure (SAP XI) enables you to implement cross-system processes. It enables you to connect systems from different vendors (non-SAP and SAP) in different versions and implemented in different programming languages (Java, ABAP, and so on) to each other. SAP Exchange Infrastructure is based on an open architecture, uses open standards (in particular those from the XML and Java environments) and offers those services that are essential in a heterogeneous and complex system landscape:
    &#9679;     Modeling and design of messages, transformations, and cross-component integration processes
    &#9679;     Configuration options for managing collaborative processes and message flow
    &#9679;     Runtime for message and process management
    &#9679;     Adapter Engine for integrating heterogeneous system components
    &#9679;     Central monitoring for monitoring message flow and processes
    SAP XI supports internal company scenarios and cross-company scenarios.
    Features
    SAP XI is based on general standards so as to enable external systems to be integrated. At the center of the infrastructure is an XML-based communication that uses HTTP (Hyper Text Transfer Protocol). The application-specific contents are transferred in messages in user-defined XML (eXtensible Markup Language) schema from the sender to the receiver using the Integration Server.
    In the above graphic, Integration Broker is an SAP NetWeaver capability (that is, the features for a technological area of SAP NetWeaver) that is supported by SAP XI. The Integration Server, on the other hand, is an XI runtime component.
    Senders and receivers that exchange messages using the Integration Server are separated from one another. This separation makes it easier to connect systems that are technologically different. Every system that can exchange messages with the Integration Server can also exchange messages with all other systems that are connected to the Integration Server. SAP XI supports the following methods of communication with the Integration Server:
    &#9679;     Direct communication using proxies, which you generate in the application systems using a description in WSDL (Web Service Description Language).
    &#9679;     Communication using adapters. In this case, you create interfaces for message exchange in the application system, or use existing interfaces.
    Simple message processing on the Integration Server is stateless. This means that the Integration Server does not know of any connections between various messages. Cross-component integration processes, on the other hand, describe related processes, which can use the knowledge about messages that have already been processed to further control the process (for example, waiting for the corresponding response for a message in order to start further actions). You can use SAP XI to model, change, and manage these cross-component integration processes centrally. These processes are executed on the Integration Server and are included in message processing by configuration.
    As with cross-component integration processes, you save the entire integration knowledge of a collaborative process centrally in SAP XI: Objects at design time in the Integration Repository and objects at configuration time in the Integration Directory. In this way, SAP Exchange Infrastructure follows the principle of shared collaboration knowledge: You no longer need to search for information about a collaborative process in each of the systems involved, but can call this information centrally instead. This procedure considerably reduces the costs for the development and maintenance of the shared applications.

  • What is kernel time and how I can troubleshooting kernel time

    Hello All,
    I am investigating what the kernel is doing on my server, you can see kernel time in CPU chart in below screenshot, it uses 90% of the active CPU usage, then I use Process Hacker to display all processes' user CPU Time and kernel Time, save them in excel
    and sum up their values, guess what, User CPU time is 69%-75% of the active CPU usage.
    Does anyone has any ideas regarding kernel time? how I can debug/troubleshooting who is using kernel time correctly?
    Thanks,

    The kernel is that part of the operating system that acts on behalf of all the applications and services running on the system.  The kernel is the only part that of the operating system that has access to the physical resources of the computer. 
    Access to the kernel is handled through very specific, highly privileged, API calls.
    The most common culprit of run-away kernel time is a poorly written device driver.  Another could be a failing hardware device that is causing a flood of hardware interrupts - hardware interrupts are handled only by the kernel.
    In a system that is not really running any applications, the kernel continues to perform its functions, which includes all sorts of 'house-keeping' tasks to ensure the system is running correctly.  Therefore, if no user processes are running, kernel
    time will be a higher percentage of overall usage.  But as the number of user processes kick in, you will see the percentage of kernel versus user time go down.
    Lastly, if you have to ask what kernel time is, you are most likely not the person to 'debug' it.  There are very few people who work in kernel development and troubleshooting.
    . : | : . : | : . tim

  • My iphone won't charge and won't play music anymore. I have tried reseting it and switching it off. Have tried 3 different chargeres and even a car charger. Does anyone know what could be wrong and how I can fix it?

    I have an iPhone 4 not quite 2 years old. 2 nights ago my iPhone was on its charger and it kept vibrating as if it was being disconnected and re-connected from the charger. When I looked at it had an "error" message but now I don't know what that was as it was 3am and I was half asleep. I just diconnected the charger and the battery read fully charged.
    The my volume wouldn't go up or down. The box with "ringer" in it came up but no bars at the bottom to show the volume is increasing or decreasing. It would not play music out of the speakers either even though the screen showed it was playing and it would not work in our dock/speaker unless I used bluetooth and even then, if we touched the volume button on the dock it would switch off.
    I tried a "hard" reset 3 times and tried switching it off and on 3 times with no success.
    I tried 3 different chargers including a car charger, plus the speaker dock with no success.
    It is now out of battery and I cannot charge it.
    The iPhone also would not back anything up prior to the battery going flat.
    I just need to know if it is fixable or do I need to start looking for a new phone?

    Welcome to the Apple Support Communities
    See "The drive accepts discs but they do not mount or are automatically ejected" > http://support.apple.com/kb/HT2801

  • My MacBook has over 50GB of "other" stored on it.  Is there somebody out there who might be able to tell me what that may be and how I can get rid of it?

    When I click on the apple icon and go to "about this mac" and look at the storage on my computer, it tells me I have 50.46GB of "other" stored on my computer.  The other categories are audio, movies, photos, apps, and backups.  I wasn't aware that i'd put anything besides that on here.  Please help!

    The driver is one the Apple Mac store downloaded for me.
    I attach the print summary which might give a clue.  When converting 
    files to grayscale, I use Image>Mode>grayscale.  The other thing is 
    that I can't print in Photoshop, so I do all my editing in Photoshop 
    and print through Indesign.  Printing in Photoshop is just a page of 
    text.
    The other odd thing is that coloured pdf files printed in Adobe 
    Acrobat are just a mass of colour, no recognisable picture but if I 
    change the print option in Acrobat to print in grayscale I get 
    pictures!  I just feel I'm overlooking some checked option, but I've 
    tried to restore to default without success.  I used to use Pagemaker 
    6.0 to do my newsletter on my PC but had to change to Indesign when I 
    changed to MAC and the printer hasn't worked properly since!!!
    Many thanks for your reply.  Maybe someone out there might be able to 
    help.

  • Every time I try to download a game onto my phone, there's a pop-up which reads "the item requested is not available in your country" or something along those lines.  Does anyone know what the problem is and how I can fix it?

    I can download games onto my iphone 5 cause it says the items are not available in my country (south Africa) is there something I can do?

    Other than moving to a country where the apps you want are available, there is no fix.

  • What are Struts?? How they can be Used?

    HI anyone
    what are struts? are they different from JSP?
    tks

    You should refer to the Struts FAQ which starts with questions like yours:
    http://jakarta.apache.org/struts/userGuide/kickstart.html
    Bottom line is that Struts I believe is designed to enforce more disciplined coding which makes code easier to read and maintain. JSP conversely can be misused wherein developers fill up JSP pages with Java code and there is no separation of presentation from business logic.

  • For "Nonlinear Curve Fit.vi", what does -20068 mean and how can I avoid it?

    Hey guys,
    I am trying to fit an oval in a set of 2D data points, which represents a partial oval.
    So I am trying to see if "Nonlinear curve fit.vi" would work in the situation.
    However, sometimes that math VI would give me an error -20068 and would return incorrect fitting parameter.
    I can't figure out what condition would return that error so can you tell me
    what the cause is and how I can avoid that error?
    You can run the attached LabVIEW 2013 VI and see the error.
    Attachments:
    ellipse fit data.zip ‏41 KB

    jcyth wrote:
    The model is a result of solving the ellipse equation for y, 
    (x^2)/(a^2) + (y^2)/(b^2) = 1
    So I don't really see a simple way to make the negative values less likely...
    but maybe I can use "Constrained Nonlinear Curve Fit" where I can bound the parameters then?
    This is slowly drifting away from a LabVIEW problem but any help is appreciated! 
    The solution is to re-parameterize the problem and solve for something much less pathological
    You can directly fit for the above formula by providing x&y for all points to the model and optimize the four ellipse parameters until you get an array of all ones.
    I quicky coded this in the attached example and it seem to be quite stable, even with lots of noise.
    See if this works for you.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Ellipse FittingMODCA.zip ‏40 KB
    FitEllipse.png ‏26 KB

  • RSS Feeds and own domain -- sorry but this is kind of a long question

    I've been reading the very useful advice on RSS feeds and how they work with your own domain name.
    I am trying to update my blog to my hosted site and I can't get it to follow the RSS path so that the subscription link works. (I am getting a file not found error message.)
    I updated and published the site on .mac, where it is fine. <http://web.mac.com/lisajacobs/iWeb/Immigra/Blog/Blog.html>
    Then I published the site again to the same folder I used when I put the site up this morning. Since I only wanted to change the blog pages and not the entire site, I ftp'ed up the Blog folder to my own domain site <http://www.immigra.com/Blog/Blog.html>
    The published web folder on my desktop has in it folders along the lines of Extraordinary_files and Extraordinary.html and so forth for the different pages of the site. However, there is no corresponding Blog.html file.
    I am thinking that this missing file may be the cause of the RSS problem -- but where is it? Why didn't iWeb make it for my folder? (I have an old Blog.html file on my site but it is clearly from the last iteration of the blog, as the latest blog entry is not there.)
    Or is there a different cause of the problem that I am not diagnosing? I am reluctant to ftp the entire site up every time I change the blog for two reasons 1) I made an edit to the html code on the welcome page (so that links would open a different page) and 2) it takes a really long time to upload the whole thing, which makes it a pain to have quick blog updates.\

    However, when I uploaded
    only the blog folder and its contents, it did not
    appear on my site.
    I see the last entry as May 10, so that's the old one right?
    My guess would be that you did not actually upload the new blog folder. Depending on how you have things organized, you may still have your old one there somewhere, and you may have selected it by mistake with your ftp program.
    I would double-check the Blog folder on your drive to make sure it has been updated, and that this is the folder you have tried to upload.
    Does publishing to the folder in itself change the
    entire structure so that the whole site has to be
    FTP'ed up again?
    No.

Maybe you are looking for

  • Dynamic file name from input payload (RFC 2 flat file)

    Hi, I have an RFC to flat file scenario. The output flat file has not an XML structure, it's just a plain text file generated with abap mapping. In my source interface (RFC), I have a field called <FILENAME>, I want to use the value of that field to

  • Confirmed Quantity and Goods Receipt

    Hi, Currently SAP does not restrict for Goods Receipt in MIGO even if I have not confirmed single quantity of Production Order. But I want to restrict the user to MIGO only Less than or equal to confirmed quantity on last operation. Is there any way

  • Change R/3-XI in R/3-XI-XI

    Hi, we have a scenario R/3-XI and we want to change this scenario to R/3-XI-XI. In our old szenario we have only configured a IDoc-Receiver with rfc-destination and port. We do not have a IDoc-Sender because we use the IDoc as Interface in the receiv

  • Search for big files

    I have a MacBook Pro, and I am running out of Hard Disk space. I used to just create a smart folder that contained files larger than 100 meg. Now I can't see the size in the smart folder view. Any way to make this happen? Did apple seriously not incl

  • Unable to detect any parameter in html (webresource) when value is passed from onload method of form

    Unable to detect any parameter in html (webresource) when value is passed from onload method of form I am trying out some stuff. For which I created a simple Entity. In the form of the entity I have added a simple web resource (html). And for the onl