RSS Apex - where create a rss feed?

Ok, I had studied this tutorial -> (http://asktom.oracle.com/sdillon/rss.html) , but I still don't know where on Apex I'll write the command showed on the tutorial. Can someone answer to me or explain to me?
thanks so much!

Hi Felipe,
or just create a stored procedure in your schema which you make accessible to mod_plsql. Have a look at http://download-west.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm#CIHDDJGF
It describes the same steps you have to do.
The on-demand process solution is not so got, because it creates a new APEX session each time a RSS reader is refreshing/accessing the feed. With the procedure solution you don't have that problem and the URL probably also looks nicer.
Patrick
My APEX Blog: http://inside-apex.blogspot.com
The ApexLib Framework: http://apexlib.sourceforge.net
The APEX Builder Plugin: http://apexplugin.sourceforge.net New

Similar Messages

  • Using a Domain Log Filter to create an RSS feed?

    Hi,
    Not sure where to post this, but our production WLS8.1 server runs a handfull of seperate servers.
    Is there a way to aggregate any critical/severe logging events that are generated within each server instance?
    Is the domain log filter the piece that I need to capture these events and publish them to an RSS feed that our team can subscribe to?
    thanks for any suggestions!

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/advnc_web_services.htm#sthref2628
    Also Blog posts
    http://tylermuth.wordpress.com/2008/01/22/producing-rss-from-plsql/
    http://richmurnane.blogspot.com/2010/03/oracle-apex-creating-simple-rss-feed.html
    http://www.apex-blog.nl/node/8
    Regards,
    Jari

  • I am trying to create a RSS feed from scratch

    Okay so I want to create a RSS feed with these two links:
    http://www.networkcomputing.com/rss.php
    and
    http://www.voip-news.com/rss/vnar.xml
    I have checked out different widgets and what not but I want to create this from scratch.
    I started this xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <rss  version="2.0">
    <channel>
    <title>Network Computing</title>
    <link>http://www.networkcomputing.com/all.xml</link>
    <description>Top stories and blogs</description>
    <lastBuildDate>Wed, 14 Jul 2010 10:19:00 GMT</lastBuildDate>
    <language>en-us</language>
    <item>
    <title>Catbird, Hytrust Offer Integrated Virtualization Compliance Reporting
    </title>
    <link>http://www.networkcomputing.com/virtualization/catbird-hytrust-offer-integrated- virtualization-compliance-reporting.php</link>
    <guid>http://www.networkcomputing.com/virtualization/catbird-hytrust-offer-integrated- virtualization-compliance-reporting.php</guid>
    <pubDate>Wed, 14 Jul 2010 10:19:00 GMT</pubDate>
    <description>Virtualization security companies Hytrust and Catbird will offer integrated compliance reporting that encompasses the hypervisor-host and network environment down through the virtual machine level. Catbird vSecurity, delivered either as a hosted service or virtual appliance, ensures correct hypervisor configuration and deploys network access control (NAC) against unauthorized access and protection against attack via IDS/IPS. Its VMShield component protects client VMs, tracks them as they move and enforces policy.</description>
    </item>
    </channel>
    </rss>
    So I created a button on my home page, and it is linked to this XML file. Everything works great except it only shows the item that I coded in...I want it to show ALL items.
    Can I do this without having to input each item individually?
    Is this how I should do it anyways with a button linking to this xml file?
    I really want to have like 3-5 of the posts to auto update on my home page but I dont know how to embed the RSS into my HTML home page file.
    Also, the way I have it coded, will it automatically update the new posts?
    or do I have to wait for the new post and input the item into the xml file?
    I am very new to the RSS feed so please help.
    Thanks,
    cp

    Here is my HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <!--
    body {
        background-color: #000000;
        background-image: url(images/background.jpg);
        background-repeat: repeat-x;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
        background-color: #3B5998;
    .style2 {
        font-size: 14px
    .style6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #97B1F4;
    .style7 {color: #FFFFFF}
    .style8 {
        color: #97B1F4;
        font-weight: bold;
        font-size: 12px;
        font-family: Helvetica;
        margin-left: 35px;
    .style9 {color: #97B1F4}
    .style10 {
        color: #97B1F4;
        font-size: 12px;
        font-family: Helvetica;
        font-weight: bold;
    .style11 {
        color: #97B1F4;
        font-size: 12px;
        font-family: Helvetica;
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <script src="http://config.spry-it.com/js?f=1.7/data/1.7/jsondataset/nestedjsondataset"></script>
    <script src="SpryAssets/SpryDataYQLDataSet.js"></script>
    <script>
    var dsItem = new Spry.Data.YQLDataSet(
        'select * from xml where url="http://www.networkcomputing.com/all.xml"',
        false,
            format:"xml",
            preparseFunc: function( strxml ){
                var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
                return ds.data;
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    </script>
    </head>
    <body>
    <div id="container">
    <div id="banner"></div>
    <div id="navigation">
    <div id="navbar">
      <ul class="style2">
        <li><a href="index.html">Home</a></li>
        <li><a href="solutions.html">Solutions</a></li>
        <li><a href="services.html">Services</a></li>
        <li><a href="support.html">Support</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="contact.html">Contact</a></li>
      </ul>
    </div>
    </div>
    <div id="navigation2">
    <img src="images/navigation_2.jpg" />
    </div>
    <div id="content">
      <div id="right_content">
    <div id="video">
    <embed src="network.mp4" width="320" height="162" autostart="true" style="background-color: Black; " type="video/quicktime" autoplay="true" loop="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
    </div>
    <div id="title_bar">
        <p class="style8"><a target="_blank" href="http://www.networkcomputing.com/all.xml">RSS Network Computing</a></p>
        </div>
    <div id="PageWrap">
      <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <button onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
    </div>
    <div id="title_bar">
        <p class="style8"><a target="_blank" href="http://www.voip-news.com/rss/vnar.xml">RSS VoIP News</a></p>
        </div>
        <p class="style11"><a href="voip_rss.html">View Now (Click Here)</a></p>
    </div>
    <div id="left_content">
    </div>
    <div id="logos">
    </div>
    </div>
    <div id="footer">
    <div id="footerbox">
    <p class="style6"><span class="style7">Stanford Technologies</span> © Copyright, 2010. All Rights Reserved. Powered by <span class="style7">Chris Proett</span></p>
    </div>
    </div>
    </div>
    </body>
    </html>
    I just want to take away the scroll bar in FF.

  • How to create an rss feed for a database application page

    Hi
    I need to create a web service for an apex application page so that it can be utilized and hosted another server of apex. For that we thought of creating an rss feed for that application page.
    Please help me out how to create an rss feed for an apex page.
    Thanks in advance.
    Regards
    Sandeep Artham

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/advnc_web_services.htm#sthref2628
    Also Blog posts
    http://tylermuth.wordpress.com/2008/01/22/producing-rss-from-plsql/
    http://richmurnane.blogspot.com/2010/03/oracle-apex-creating-simple-rss-feed.html
    http://www.apex-blog.nl/node/8
    Regards,
    Jari

  • Is it possible to create an RSS feed in Dreamweaver CC (Mac 10.8.5)?

    I'm a relative beginner in terms of HTML/CSS and Dreaweaver CC. I've created a site using the dynamic layout option in Dreamweaver CC and now want to explore sharing out my content via RSS feeds. I've tried to install the Dreamfeeder extension but it doesn't work and I can't find much posted on this topic. What are my options here?

    RSS Feeds are XML files.
    How to Create an RSS Feed (with Sample XML File)
    Nancy O.

  • What program to use to create an RSS feed for iTues.  PC-user.

    Hi! I'm a PC-user. I need to create an RSS feed for iTunes. What program do I need to use?
    Thanks,
    Charley

    Today, Sep. 24, 2006, there is on the Webpage a link
    (http://www.feedforall.com/download.htm) (Shareware)
    to the FeedForAll v2.0 BETA2 with iTunes Support.
    Read on the website:
    "FeedForAll BETA- robust RSS feed creation software with namespace support includind support for iTunes and other namespaces."

  • Creating an RSS Feed

    Hi,
    Could anyone help me. I would like to create an RSS feed
    using the 'export recordset as XML' extension, but I'm not sure
    exactly how to do that. I need to make sure that the XML which is
    output has all the correct nodes in the right places and is correct
    for each entry in the DB.
    Any help would be awesome!
    Thanks,
    Shane

    Hello, you need some software to create a RSS feed, there is a cool one called Feeder, i use it and it works flawless!
    http://reinventedsoftware.com/feeder/
    Regards!

  • Where is the RSS feed or Subscribe button in Safari 6?

    Where is the RSS feed or Subscribe button in Safari 6?

    Checked out some readers, but I'm more interested in a plugin for Safari 6.  Can you recommend one?  Is there one at this time?
    I think the RSS feed was removed in Safari 6.
    See this TUAW article.

  • Horizontal RSS feed- is it possible to create an RSS feed (showing both pictures and text), that scrolls from left to right rather than top to bottom?

    I am trying to create an RSS feed that will scroll from left to right rather than top to bottom as is standard in iWeb.  Ideally, I would like to show both images and text. I am actually using iWeb '09.  I am not opposed to writing html code if necessary.
    Thank you for your help!

    Probleme solved without having to change anything in the flash.
    The solution was to add a small part in the CSS in HTML
    html {
    overflow-x: hidden;
    overflow-y: auto;
    Solve probleme. All browser. VERY usefull to know !

  • Where did my RSS news feed go?

    After upgrading to Mtn Lion, the RSS news feed in my menu bar is missing.  How can I get it back?

    I for one used Safari RSS nearly hourly because I travel international and it is sometimes the only way to stay in touch with things.  Sorry that one of my most used items is missing.  Definitley not happy about now needing to pay $4.99 for 'reeder' or anything when previously it was no cost.  Plus, I'll have to now have another 3rd party Google reader account allowing Google another way into my MBA.  To say nothing that if this comes through Google there are many countries where I travel that limit Google's reach and the reeder if blocked.
    If you do use a 3rd party RSS reader where is it going to show up?  Menu bar?  Desktop?
    BTW, where to you send comments to Apple about items they cut from 10.8.  In this case it is a problem because many countries block certain news items.   Something that worked with Safari because the link was different than using a specific news reader.

  • How to "Create New RSS Channel" in GroupSpace.

    I try to create new rss channel following groupspace document( http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/groupspace/index.html ).
    but it have some error "Failed to add RSS channel. Be sure this URL returns valid RSS output.".
    I put "http://rss.news.yahoo.com/rss/oddlyenough" in input box follow the document.
    I missing some information except the document?
    Thank you .
    Ron.

    use the standard java system properties (either through command line or code)
    http.proxyHost,http.proxyPort,
    http.proxyUser,http.proxyPassword - If your proxy needs authentications
    regards
    deepak

  • How do I get create an iTunes feed for a YouTube channel?

    How do I get create an iTunes feed for a YouTube channel?

    If you are asking how to create a feed which will play YouTube videos in iTunes, the answer is you can't. Podcast feeds must use mp3, m4a, .mov or .m4v.
    If that isn't what you're asking then it would be helpful if you could clarify exactly what it is you are trying to do.

  • What's the fix for this error: Can't create the file "feed.xml."

    I try to publish my site from iWeb but I get an error which is below.
    Publish Error
    Can’t create the file “feed.xml.” The disk may be damaged or full, or you may not have sufficient access privileges.
    Anyone know the fix?

    Whether 'feed.xml' is the first file it is trying to upload, indicating a general failure to connect, or whether it's choked at that particular point would be the question. It would be worth your getting an FTP program if you don't already have one - Cyberduck is free - and checking whether any files at all have been uploaded.
    Is this the first time you've tried to publish or are you updating an existing site? If it's the first you should check carefully that your settings are correct, in particular the 'path' which varies between different hosts and may be blank or may be something like 'public.html' or 'htdocs' - this would lead to the actual webspace which may not be the root level as you access the FTP server.
    You could also try publishing to a local folder - create a special folder somewhere and specify it when setting iWeb to do this, check the contents are OK, then upload the contents of the folder (not the folder itself) using Cyberduck.

  • Would like to create an RSS capable feed FROM my website

    I have kind of kicked this around in some other parts of the Adobe forums and I am still trying to figure this out on my own BUT I am trying to make it so my website is RSS Reader-friendly. Information on creating RSS feeds is available and it reads like it is really easy to do, but I have had a really hard time doing it and getting help has been equally difficult. I am usually referred away from MUSE to something automatic because someone has made many RSS capable sites with WordPress. I have made a number of WordPress sites and I really prefer to own MY content's look and feel. RSS as a function of HTML seems straightforward but after many attempts, the best I can do is fool an RSS Reader into thinking my site is RSS capable, but getting them to actually read it after that usually fails...and updating RSS info manually is a big pain when everything else in MUSE is so easy. In perspective though, it's in-line with expectations for traditional HTML coding...MUSE has just made me snooty about how I would like to work.
    I saw other people asked for RSS support within MUSE so they can pipe-in content...I don't know if these can be done together or if they would be exclusive. I DO feel that with so much content being made people would benefit from being found as many ways as possible or through as many channels as possible. So, a pipe-out would be very good for the community.
    Thanks.

    Create a group in Address Book. When you have Address Book open, click on the Help menu and type "group" and look for an article that tells you how to create one.
    Groups are accessible from Mail, making it the easiest way to create email lists.

  • Create an RSS Feed to Church's Podcasts

    My church posts its podcast sermons each week to iTunes Store (they are free of course).  I would like an RSS Feed URL so that I can automatically get the new sermons in to Google Reader (or any other reader for that matter).  Is there a way to create such an RSS feed for iTunes Podcasts?  The church's website does not have an RSS Feed for this purpose.
    I realize you can go the other direction, having iTunes subscribe to an RSS Feed (Advance, Subscribe to Podcast), but that is the wrong direction.
    I am pretty technical, and I have searched the web and looked at things like feedburner, but don't see a way to do it.
    Please advise if there is a better forum to post this in.
    Thanks
    Bob

    Sorry - please ignore the above: that will get you your iTunes Store URL. (Comes of posting too late at night).
    Start again. Go to the iTunes Store: click 'subscribe'. Go to the Podcasts section in iTunes. Control click on the line for your podcast (not an episode) and choose 'Copy Podcast URL'. That is your podcast feed URL which you can use in any other rss reader.

Maybe you are looking for

  • How do I share an external drive between OSX 10.3 and 10.5?

    My setup is a external drive (FAT) connected via firewire to an ibook g3 using OSX10.3. I have installed sharepoints on that mac. Now, I can see and use the ibook g3 share on my ibook g4 using OSX10.5 , but not the external drive. I can access the dr

  • MacBook Pro Grey screen 4-8x a night

    Over the past week my computer just pauses then restarts to the logon screen...usually the computer does this once or twice but this is very consistent 4-8x a day.  I have a MacBook Pro 3,1; 2.2 GHz core duo, 4 gb ram,  system 10.6.8 Any help?  This

  • SRM 7.02 NWBC for HTML

    Hello All, When we are using nwbc_launch url in SRM 7.02, always pointing to the role selection page (Just like below). We don't want this page to be displayed. We want to logon to SRM directly. How to disable this below page. The look and feel logon

  • Help me! About Runtime Class

    Two lines in a same program 1.Runtime.getRuntime().exec("notepad"); 2.Runtime.getRuntime().exec("dir"); the NotePad is open but dir command is error Why? How can i do? Who can tell me !Thank you

  • Hide Textmarker for one series item on stacked bar chart

    I have created a stacked bar chart on which I have to show Datamarkers, but only for the two data series out of three. Is it possible to show the textmarkers for the two series and hide it for the third one?