RSS feed in XSLT fragment

I have used David Powers book as a guide to set up RSS feed
content in PHP.
Works fine but having one problem in showing html as text.
<ul><li>
Shown on this page on right iFrame -
http://www.golftrailusa.com/listcourse.php

JBWebWorks wrote:
> I have used David Powers book as a guide to set up RSS
feed content in PHP.
> Works fine but having one problem in showing html as
text.
Try this:
<p><xsl:value-of select="Product_Description"
disable-output-escaping="yes"/></p>
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com

Similar Messages

  • XSLT Fragment question

    I am using an XSLT fragment in order to display an RSS feed on a webpage. The problem is that there is a large space at the top of my fragment. I would like to get rid of this space. Anyone know how to do this?

    Alright, I will try to post the code up here soon.
    On a side note, my RSS feeds post the time in a format with +0000 at the end. How can I localize the time in the feed?

  • XSLT Fragment - Help Needed

    Hi,
    I am trying to display data on a webpage from an RSS feed using a XSLT Fragment.
    I have managed to get it to work and display all the results, what I need to know is there any way I can limit the number of results shown on a page and add paging?
    Thanks

    Apologies, but, it seems i did not indicate the complete message structure for the document I am testing.
    Order (root)
    OrderHeader (1st parent segment)
    OrderNumber (child fields - 1st)
    Order.. (child fields - 2nd)
    Order...(child fields - 2nd)
    OrderDetail (1st parent segment)
    <fields under this segment were already mentioned from previous threads>
    OrderSummary (1st parent segment)
    NumOfLines (child fields - 1st)
    TotalAmount (child fields - 1st)
    Under Order, there are also OrderHeader and OrderSummary parent segment, other than OrderDetail, in which we focus our code.
    I've tried your code, but, the segments OrderHeader and OrderSummary and child fields under it were not appearing on my output.
    But it seems, I've already generated the correct code.
    Here it is,
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output method="xml" version="1.0" media-type="xml" encoding="UTF-8" indent="yes"/>
         <xsl:template match="@*|node()">
              <xsl:copy>
                   <xsl:apply-templates select="@*|node()"/>
              </xsl:copy>
         <xsl:template match="/Order/OrderDetail/ListOfItemDetail/ItemDetail/BaseItemDetail/ItemIdentifiers/PartNumbers/BuyerPartNumber">
              <xsl:for-each select=".">
                   <BuyerPartNumber>
                        <PartNum>
                             <PartID>
                                  <xsl:value-of select="../ManufacturerPartNumber/PartID"/>
                             </PartID>
                        </PartNum>
                   </BuyerPartNumber>
              </xsl:for-each>
         </xsl:template>
    </xsl:stylesheet>
    I believe, the code you've suggested last time will accomodate only OrderDetail parent segment. Is this correct?
    Thanks!

  • RSS Feeds on a webpage

    Hi DW people am trana have feeds from many different sources included on pages in the website that I am working on.
    What I want to achieve: I am looking to have one row with three columns that display the feed headlines in a 220px by 220px div container (you know all those headlines with pics). So am also trana make each container display like 5 headlines each from one source(usually feeds providers have more than one headline sometimes up to 20)
    So far I have created an XSLT Fragment and I have an XML data source binded to it. The thing is when it is displayed in the browser I have no control over it ie it just lists out all the feeds in several rows from the top of the page to the bottom. Then when I tried giving it some style to make it align in a row they just overlap one on top of the other.
    When I tried including the Fragment on my dynamic page DW automatically created MM_XSLTransform.class.php file and attached it to my page. I dont want to bore anyone but I have issues with this particular MM_XSLTransform.class.php file. I have tried including some functions of my own in it so as to give it more capabilty but really its a very long story...
    I have also experimented with Spry but then without the XSL style it just gives the raw data as output in the browser. When I tried having the XSL style along with the Spry it gives several errors at the start of the page like so:
    ( ! ) Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\parseXMLs\includes\MM_XSLTransform\MM_XSLTransform.class.php on line 208
    ( ! ) Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\parseXMLs\includes\MM_XSLTransform\MM_XSLTransform.class.php on line 215
    at the bottom list out the feeds!!!!
    The error appears on several lines (listing them all out here wont make sense).
    Am using DW CS4 on a windows 7 OS..
    Pls DW people I need some help with this one.. Speedy and valid response appreciated

    Oh my ...
    U really did this for me ?... I appreciate it SIR ... U even put my screen name up on the site.. Wow now I feel popular.. Thank u for all the hard work that u put into this. I really appreciate it..
    Where did the images go? And they do not link to the full story...
    U know wat this is my code.. I hope it gives a clear picture of wat I have been battling wt. See Below
    On page where feeds are to appear:
    <?php
    //XMLXSL Transformation class
    require_once('MM_XSLTransform.class.php');
    ?>
    <!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>
    <style type="text/css">
    a:link{
        font-weight:100;
        color: #009;
        font-size:16px;
    a:link img{
        border:none;
    a:hover{
        font-size:17px;
        text-decoration:none;
        color: #966;
    a:visited{
        text-decoration: none;
        font-size:15px;
    a:visited:hover{
        font-size:17px;
        text-decoration:none;
        color: #963;
    #footer {
        padding: 0 10px;
        background:#DDDDDD;
    #footer #contentTickerarea1{
        overflow:hidden;
        margin: 10px auto;
    #contentTickerarea1 #headline1{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea1 #headline2{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea1 #headline3{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea1 #headline4{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #footer #contentTickerarea2{
        overflow:hidden;
        margin: 10px auto;
    #contentTickerarea2 #headline5{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea2 #headline6{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea2 #headline7{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #contentTickerarea2 #headline8{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #footer #related{
        margin:15px auto;
    #footer #Botads{
        margin: 10px auto;
    #Botads #boxAds{
        overflow:hidden;
        margin: 5px auto;
    #boxAds #botAd1{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #boxAds #botAd2{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #boxAds #botAd3{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #boxAds #botAd4{
        margin-left:10px;
        float:left;
        width:200px;
        height:150px;
    #botbannerSpace{
        margin: 5px auto;
        width:600px;
        height:100px;
    #footer #siteStats{
        margin: 10px auto;
        height: 60px;
    #footer #Botlinks{
        text-align:center;
        margin: 10px auto;
        height: 60px;
    #footer #Botlogo{
        margin: 0 2px;
    #Botlogo img{
        width:100%;
    #footer #BotsocialMedialinks{
        margin:0;
        padding: 1px;
        height:25px;
    #footer #copyInfo{
        overflow:hidden;
    #copyInfo .copy{
        float:left;
    #copyInfo .poweredBy{
        float:right;
    </style>
    </head>
    <body>
    <div id="footer">
    motorsports Headlines
      <?php
    $mm_xsl = new MM_XSLTransform();
    $mm_xsl->setXML("../XML Files/RSS Feeds/XSLT/newsdocinfo treeGoogle.xml");
    $mm_xsl->setXSL("../XML Files/RSS Feeds/XSLT/headlines.xsl");
    echo $mm_xsl->Transform();
    ?>
    <div id="contentTickerarea2">
    <div id="headline5">
    <!--End of #headline5--></div>
    <div id="headline6">
    <!--End of #headline6--></div>
    <div id="headline7">
    <!--End of #headline7--></div>
    <div id="headline8">
    <!--End of #headline8--></div>
    <!--End of #contentTickerarea2--></div>
    <div id="related">
    related
    <!--End of #related--></div>
    <div id="Botads">
    <div id="boxAds">
    <div id="botAd1">
    <!--End of #botAd1--></div>
    <div id="botAd2">
    <!--End of #botAd2--></div>
    <div id="botAd3">
    <!--End of #botAd3--></div>
    <div id="botAd4">
    <!--End of #botAd4--></div>
    <!--End of #boxAds--></div>
    <div id="botbannerSpace">
    <!--End of #botbannerSpace--></div>
    <!--End of #Botads--></div>
    <div id="siteStats">
    <!--End of #siteStats--></div>
    <div id="Botlinks">
    <!--End of #Botlinks--></div>
    <div id="Botlogo">
    <!--End of #Botlogo--></div>
    <div id="BotsocialMedialinks">
    <!--End of #BotsocialMedialinks--></div>
    <div id="copyInfo">
    <div class="copy">
    <!--End of copy--></div>
    <div class="poweredBy">
    Powered by
    <!--End of poweredBy--></div>
    <!--End of #copyInfo--></div>
    <!-- end #footer --></div>
    </body>
    </html>
    the XSLT Fragment(created with help from DW), here I use an XML Source from google I saved it to my PC so I dont always have to be on the internet to work wt it :
    <?xml version="1.0" encoding="utf-8"?><!-- DWXMLSource="newsdocinfo treeGoogle.xml" -->
    <!DOCTYPE xsl:stylesheet  [
        <!ENTITY nbsp   "&#160;">
        <!ENTITY copy   "&#169;">
        <!ENTITY reg    "&#174;">
        <!ENTITY trade  "&#8482;">
        <!ENTITY mdash  "&#8212;">
        <!ENTITY ldquo  "&#8220;">
        <!ENTITY rdquo  "&#8221;">
        <!ENTITY pound  "&#163;">
        <!ENTITY yen    "&#165;">
        <!ENTITY euro   "&#8364;">
    ]>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" encoding="utf-8"/>
    <xsl:template match="/">
    <div id="contentTickerarea1">
    <xsl:for-each select="rss/channel/item">
    <div id="headline1">
    <xsl:value-of select="description" disable-output-escaping="yes"/>
    <!--End of #headline1--></div>
    </xsl:for-each>
    <!--End of #contentTickerarea1--></div>
    </xsl:template>
    </xsl:stylesheet>
    According to the help docs of DW .. It is always good to put the style of the fragment on the dynamic page itself to avoiding giving the servers a hard time.. Incase you asking just how I created the fragment: New->XSLT Fragment-> DW then presents you wt d option of using a local source file or using one from the net.. whichever u choose the schema of the source appears in the Bindings panel...
    Then to add this Fragment on the dynamic page.. U open the page in DW.. click Server Behaviors->click the + then click XSL Transformation...
    Phew.... Thats a lot of info aint it?
    Run my code as it is and see wat happens ... u might have to get ur own source to work wt..
    On the dynamic page when u do as I have explained above DW creates a link to the MM_XSLTransform.class.php file ...
    I hope all of this helps SIR
    Message was edited by: HJWJ

  • Proper XSLT Fragment creation with blog post?

    I have been trying to establish individual rss feeds from Word Press posts into divs on dynamic php pages.
    So far I have created Dreamweaver 4 XSLT Fragment pages with an address to a remote blog on the internet. When creating the XSLT Fragment I have been entering the following addressing:
    http://xxxxx.com/blog/?feed=rss2
    The page is saved with .xsl. I then create a php dynamic page and add a div into which I bring the .xsl using Dreamweaver's Server Behavior 'XSLT Transformation'. My aim is to only have the text of that particular post from Word Press and thats it.
    When I view the php page in a browser I do see the last post on the blog but for the life of me I can not figure out how to bring in other prior posts. So far I have tried the following address changes after creating new categories in Word Press such as the category 'bio':
    http://xxxxx.com/blog/?feed=rss2&cat=bio
    I get the same results, the last post and thats it.
    Any help would be greatly appreciated. I am using MYSQL and php.
    Regards,
    Tony

    Project Management is part if the Business Center Users Only area and not everyone can access this space so I would avoid publishing there.
    It would be best to contact the space editors or moderators for SAP Portfolio and Project Management (SAP RPM, cProjects) and cFolders: click the people tab in the space to see who they are.
    Otherwise, if you're not sure, you have the option to create a personal blog: Create a Personal Blog

  • The system Pages library and its RSS feed do not work properly in SharePoint 2010

    This question is about RSS feed for the system 'Pages' library in SharePoint 2010.
    Now there are 5 'News' pages in the system 'Pages' library. In each news page there is one field called 'Title' for the news title. One of the news page is named 'FileNamePage5.aspx', and the news title is 'This is the title of page5'.
    I have enabled RSS in Site Settings, and configured RSS Settings for the 'Pages' library from the Communications section via Document Library Settings. I selected a few columns to display in the RSS description, including the 'Title' column. In the RSS feed
    (XML file) of the system 'Pages' library, I checked the XML source code, and found the news page file name appearing in the <title> tag below within the feed (XML source code).
     <title>FileNamePage5</title>
    and the original news title 'This is the title of page5' was appearing in the <description> tag in the feed (XML sorce code)
     <description><![CDATA[<div> ... This is the title of page5... </div>]]></description>.
    This would make it hard to extract ONLY the original news title (This is the title of page5) out of the feed via XSLT, because the data within the <description> tag in the feed also contains data from all other selected columns defined via the RSS
    Setting. If I did not select the 'Title' column via RSS Setting above, I even could not find the orinigal news title in the RSS feed.
    This is happening for all other news pages in the system 'Pages' library. Is this what SharePoint 2010 normally does? or is something wrong with the settings for site or the system 'Pages' library?
    How to display ONLY the original news title (This is the title of page5) in the <title> tag in the RSS feed. Please Help me to resolve this issue.
    谢亚军@Sydney

    Hi,
    According to your description, my understanding is that you want to display the value in Title column of Pages library in title tag in RSS Feed in SharePoint.
    I tested the same scenario per your post, the title tag in RSS Feed displayed the value of Name column in libraries and displayed the value of Title column in lists.
    It is by design and there is no OOB way to change the default column mapping in RSS Feed.
    I recommend to customize your own RSS Feed style sheet to make the title displays the value of Title column in SharePoint libraries.
    Here is a link about customizing the RSS Feed for document library for you to take a look:
    http://markeev.com/Articles/sharepoint-blog-rss.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Issue with RSS Feed Service-Urgent

    Hi,
    1. I am using the service provided by UCM for using extracting details from the RSS feed.I tried using the service with a RSS feed url i.e.("http://rss.news.yahoo.com/rss/topstories") works fine and displays all results on my custom page.
    2. The same piece of code, I moved my client instance but found nothing happens not even I am getting any error. Only the thing I can see is a page loading and loading for long time.
    3. I found a document related to RSS feed it has mentioned to upload fragments into the SS which i did in my and client instance. The names are RSS_Feed.Zip and RSS FEEDS_FRAGMENT_LIB.zip.
    4. The feed URL provided when executed from browser in client and my instance displays feed, but when use it with service works on development instance works fine, but
    doesn't work on client instance.
    5. Below mentioned is the sample page which I am using to execute the feed.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!--$include ss_layout_head_info-->
    <title><!--$dDocTitle--></title>
    <script id="ssInfo" type="text/xml" warning="DO NOT MODIFY!">
    <ssinfo >
    </ssinfo>
    </script>
    </head>
    <body>
         <!--$feedUrl="http://rss.news.yahoo.com/rss/topstories",parseXml="true"-->
         <!--$executeService("GET_REMOTE_FEED")-->
              <ul class="userlist">
              <!--$loop RSS_ENTRIES-->
                   <li class="notopborder">
                        <span class="userdetails">
                             <span class="username"><!--$title--></span>
                             <span><!--$description--></span>
                             <span class="hours"><!--$pubDate--></span>
                        </span>
                        <div class="clear"></div>
                   </li>
              <!--$endloop-->
              <ul>
    </body>
    </html>
    Any kind of help is highly appreciated.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Oct 12, 2010 12:47 PM
    Edited by: AbhijijitPr on Oct 12, 2010 12:58 PM

    I found the issue, the service provided by UCM i.e. the GET_REMOTE_FEED as when checked in the source code found doesn't support https. So any request made on https will give no result.
    Thanks,
    Abhijit

  • Help with RSS feed in home page

    I'm trying to place an RSS feed in my home page. I've
    followed this Dev
    Center guide:
    http://tinyurl.com/ewbdv
    I've gotten everything to work perfectly locally. However,
    when I upload
    the files it won't work online here:
    http://tinyurl.com/ootyn
    The error I receive is:
    Could not find the ColdFusion Component
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    Please check that the given name is correct and that the
    component
    exists. The error occurred in
    C:\domains\burnettcom.com\wwwroot\home.cfm: line 28
    26 : <!--- XSL Transformation --->
    27 : <cfinvokeargument name="xml"
    value="
    http://www.burnettcom.com/blog/?feed=rss2">
    28 : <cfinvokeargument name="xsl"
    value="headlines.xsl">
    29 : </cfinvoke></div><!---end posts--->
    Instead of the path
    burnettcom.includes.MM_XSLTransform.MM_XSLTransform.
    shouldn't it be
    burnettcom/includes/MM_XSLTransform/MM_XSLTransform.cfm
    This is the only thing that I can see that would be wrong.
    Can anyone help me to get this to work online?
    Thanks in advance.

    Thanks A3gis, I just got that part working. I've configured
    it to
    display the title and date for each post.
    The only problem is that the date appears as:
    Tue, 18 Jul 2006 04:38:07 +0000
    I would prefer the date to appear as:
    July 18, 2006
    or
    6.18.06
    Does anyone know how to make this work?
    P.S. Here's the xls file:
    P.S. my XSL fragment is:
    <?xml version="1.0" encoding="iso-8859-1"?><!--
    DWXMLSource="
    http://www.burnettcom.com/blog/?feed=rss2"
    -->
    <!DOCTYPE xsl:stylesheet [
    <!ENTITY nbsp "&#160;">
    <!ENTITY copy "&#169;">
    <!ENTITY reg "&#174;">
    <!ENTITY trade "&#8482;">
    <!ENTITY mdash "&#8212;">
    <!ENTITY ldquo "&#8220;">
    <!ENTITY rdquo "&#8221;">
    <!ENTITY pound "&#163;">
    <!ENTITY yen "&#165;">
    <!ENTITY euro "&#8364;">
    ]>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="
    http://www.w3.org/1999/XSL/Transform"
    xmlns:wfw="
    http://wellformedweb.org/CommentAPI/"
    xmlns:content="
    http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="
    http://purl.org/dc/elements/1.1/">
    <xsl:output method="html" encoding="iso-8859-1"/>
    <xsl:param name="ItemsPerPage" select="10" />
    <xsl:template match="/">
    <xsl:for-each select="rss/channel/item[position()
    &lt;= $ItemsPerPage]">
    <xsl:sort select="dc:date" order="descending" />
    <p>
    <a href="{link}"><xsl:value-of select="title"/>
    </a><br />
    <xsl:value-of select="pubDate"/>
    </p>
    </xsl:for-each>
    </xsl:template>

  • Rss feed in my movie

    hey guy's i am using 2 component's from flashloaded...
    flashticker and rss feed... i am presently on a linux server at
    godaddy... for some reason it is not working... on a hunch i just
    put the url of my website with the php file and this is the error i
    am getting....this is a valid xml fee....i tried 2 ( one being on a
    different site of mine working fine )... from looking at the info
    below - i need to get with godaddy right and have them enable the
    server to allow the calling of the feed ...right ?
    Warning: readfile(): URL file-access is disabled in the
    server configuration in
    /home/content/d/g/g/dggowen/html/mortgagedaily.php on line 6
    Warning: readfile(
    http://MortgageDaily.com/rss.xml):
    failed to open stream: no suitable wrapper could be found in
    /home/content/d/g/g/dggowen/html/mortgagedaily.php on line 6

    This points out the need for a robust XSLT library or
    component. Does anyone know of such an animal? Having to write code
    to parse XML nodes and wrap formatting tags around the returned
    data seems fairly ... hmmm ... archaic. And sorting and filtering
    that data ... again, just more manual coding for what should be
    routine functionality. Sometimes it just isn't possible or
    appropriate to flip the data back for a serverside transformation
    (particularly desktop AIR apps running offline). Having at least
    some minimal set of XSLT functionality would make Flash a much more
    appealing medium for me. Anyone have recommendations beyond "code
    it yourself"?

  • RSS feed in my page

    Greetings,
    I am using Java Studio Creator to create my pages and I want to add an RSS feed in certain location of my page, I get three news pulled from the particular site. I use ui script for displaying it, but when the news are displayed on the page it is sprawled over the page and is not confined to the particular section.
    Please help me with this issue, how I forma the news from RSS feed into my page.
    Regards,
    Pranabi.

    It seems to me you should be able to confine your news feeds to a specific part of the page with page fragments. The tutorial Using Page Fragments should give you a start. It's located here:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/pagefragments.html
    Joe Silber
    Sun Java Studio Creator Documentation

  • XSLT fragment: More than one?

    I am trying to build a page with tree feeds. I have made tree
    XSLT fragments, but when i put the second one one the page, i get
    the 500 error message.
    Is it possible to have more than one, and if the answer is
    yes. What am I doing wrong?
    Regards,
    Børre

    Hello John,
    What you can do it combine the result set from these two variables into one single element based on a new custom xsd which is the combination of these two elements. Aftet doing this you can achieve the req with one transformation. Below is the sample combined xsd based on the two result sets, in this case the two result sets are from two db adapters(data from 2 tables).
    <?xml version="1.0" encoding="windows-1252" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    xmlns:db1="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter1"
    xmlns:db2="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter2"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xs:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter1
    " schemaLocation="dbadapter1_table.xsd"/>
    <xs:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/dbadapter2"
    schemaLocation="dbadapter2_table.xsd"/>
    <xs:element name="CompositeElement">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="CompTableElement">
    <xs:complexType>
         <xs:sequence>
              <xs:element ref="db1:root_element_from_db_adapter_1"/>
    <xs:element name="FormulaDetail">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="db2:root_element_from_db_adapter_2"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
         </xs:sequence>
         </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    After you create this xsd, create an element of this type and use this as a source in your transformation.
    Hope this helps
    Ram

  • Create rss feed in iview

    hi experts,
    how can we create rss feed in iView.
    Thanks And Regards
    Trilochan

    Hi,
    Check this:
    http://help.sap.com/saphelp_nw04/helpdata/en/0c/1c4af4da4043bbaf0effd45b93f6d8/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/94/4f7f04f22646b59310904b910e733c/frameset.htm
    A Look at XML iViews in SAP Enterprise Portal 6.0 SP Stack 04
    Implementing A RSS Feed Reader In The Portal
    Easy XML/XSLT transform using apis provided by SAP
    Regards,
    Praveen Gudapati

  • Problems with SDN RSS Feed - part 1

    Hi all, this is the first question I have regarding the SDN RSS Feed and it's processing. I have followed Brian's weblog  'RSS = HttpClient + XML + XSLT' (link: /people/brian.mckellar/blog/2004/06/25/bsp-programming-rss-httpclient-xml-xslt). When testing this example I run into a problem when executing the following commands:
    node = element->find_from_name( name = 'creator' ).
    <blog>-creator = node->get_value( ).
    node = element->find_from_name( name = 'date' ).
    <blog>-date = node->get_value( ).
    Both values seem to be empty resulting in a HTTP_COMMUNICATION_FAILURE. When I comment these lines out the example runs correctly. Checking the actual RSS Feed, http://weblogs.sdn.sap.com/pub/q/weblog_rss_topic?x-topic=24&x-ver=1.0, there are entries for dc:creator and dc:date, so I changed my code accordingly but no success. Any idea what is causing this issue? Thanks, Tiest

    Brian, as discussed attached a test programm that shows the first error I am unable to understand.... Hope this makes it easier for you all to help me understand what is causing this issue. Thanks in advance, Tiest.
    REPORT  ZBSP_FAQ_RSSTST                                            
      DATA: url         TYPE STRING,
            http_client TYPE REF TO IF_HTTP_CLIENT,
            return_code TYPE I,
            content     TYPE STRING.
      url = 'http://weblogs.sdn.sap.com/pub/q/weblog_rss_topic?x-topic=24&x-ver=1.0'.
    url = 'http://weblogs.sdn.sap.com/pub/q/weblogs_rss?x-ver=1.0'.
      cl_http_client=>create_by_url( EXPORTING url    = url
                                     IMPORTING client = http_client ).
      http_client->send( ).
      http_client->receive( ).
      http_client->response->get_status( IMPORTING code = return_code ).
      content = http_client->response->get_cdata( ).
      http_client->close( ).
    Parse response into XML Document
      TYPE-POOLS: ixml.
      DATA: ixml          TYPE REF TO if_ixml,
            streamFactory TYPE REF TO if_ixml_stream_factory,
            istream       TYPE REF TO if_ixml_istream,
            parser        TYPE REF TO if_ixml_parser,
            document      TYPE REF TO if_ixml_document.
      IF content CS '<!DOCTYPE' AND content CS ']>'.
        DATA dummy type string.
        SPLIT content AT '<!DOCTYPE' INTO dummy content.
        SPLIT content AT ']>'        INTO dummy content.
      ENDIF.
      ixml     = cl_ixml=>create( ).
      streamFactory = ixml->create_stream_factory( ).
      istream  = streamFactory->create_istream_cstring( content ).
      document = ixml->create_document( ).
      parser   = ixml->create_parser( stream_factory = streamFactory
                                     istream         = iStream
                                     document        = document ).
      parser->set_normalizing( ).
      parser->set_validating( mode = if_ixml_parser=>co_no_validation ).
      parser->parse( ).
    Define table for BSP Output
      TYPES: BEGIN OF t_blog,
                title          TYPE string,
                link           TYPE string,
                description    TYPE string,
                creator        TYPE string,
                date           TYPE string,
             END OF t_blog,
             t_blogs TYPE TABLE OF t_blog.
      DATA:          blogs type t_blogs.
      FIELD-SYMBOLS: <blog> type t_blog.
    - Find all the <item> tags                                           -
      DATA:  collection      TYPE REF TO if_ixml_node_collection,
             node            TYPE REF TO if_ixml_node,
             element         TYPE REF TO if_ixml_element,
             index           TYPE i.
      collection = document->get_elements_by_tag_name( name = 'item' ).
      WHILE index < collection->get_length( ).
        APPEND INITIAL LINE TO blogs ASSIGNING <blog>.
        node     = collection->get_item( index ).
        element ?= node->query_interface( ixml_iid_element ).
        index    = index + 1.
        node = element->find_from_name( name = 'title' ).
        <blog>-title = node->get_value( ).
        node = element->find_from_name( name = 'link' ).
        <blog>-link = node->get_value( ).
        node = element->find_from_name( name = 'description' ).
        <blog>-description = node->get_value( ).
    <b>- Activating these two lines results in a shortdump, no idea what is causing this problem -</b>
        node = element->find_from_name( name = 'creator' ).
        <blog>-creator = node->get_value( ).
        node = element->find_from_name( name = 'date' ).
        <blog>-date = node->get_value( ).
      ENDWHILE.
      LOOP AT blogs ASSIGNING <blog>.
        write: / 'title:',       14 <blog>-title.
        write: / 'link:',        14 <blog>-link.
        write: / 'description:', 14 <blog>-description.
        write: / 'creator:',     14 <blog>-creator.
        write: / 'date:',        14 <blog>-date.
        write: /.
      ENDLOOP.
    Message was edited by: Tiest van Gool

  • I need help getting my RSS feed compaitble with Itunes...Im almost there.

    Can someone help me with my code for itunes. Unfortunately I use rapidweaver to podcast and I have read there are a few things Rapidweaver leaves out when publishing the site so itunes does not accept the feed. My RSS feed works and can be subscribed manually though Itunes or with software. Im thinking im using spaces or it looks like I need to number my tracks for my podcast(which sounds odd but, I know itunes is finicky with spaces, symbols etc)
    thank you so much for the help...after I get my podcast set in Itunes I will be a happy camper!
    here is what the validation suggest from the free validator:
    Congratulations!
    [Valid RSS] This is a valid RSS feed.
    Recommendations
    This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
    line 14, column 1047: Ensure description precedes content:encoded (11 occurrences) [help]
    ... 0cbb11-16.html#unique-entry-id-16</guid><content:encoded><![CDATA[<span ...
    ^
    line 14, column 0: style attribute contains potentially dangerous content: font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; (36 occurrences) [help]
    <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author ...
    line 85, column 8507: Missing atom:link with rel="self" [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: language [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    line 85, column 8507: Missing recommended iTunes channel element: itunes:explicit [help]
    ... h="245684953" type="audio/mpeg"/></item></channel>
    ^
    Source: <a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/Trancejectory.xml">http://www.djni ckjames.com/page4/files/Trancejectory.xml</a>
    1. <?xml version="1.0" encoding="utf-8"?>
    2. <rss version="2.0"
    3. xmlns:dc="http://purl.org/dc/elements/1.1/"
    4. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    5. xmlns:admin="http://webns.net/mvcb/"
    6. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    7. xmlns:content="http://purl.org/rss/1.0/modules/content/"
    8. xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
    9. <channel>
    10. <title>Trancejectory</title><link><a class="jive-link-external-small" href="http://www.djnickjames.com/index.html">http://www.djnickjames.com/index.h tml</a></link><description>Trancejectory - Brand new trance and progressive hits in a 2 hour mix.</description><dc:language>en</dc:language><dc:creator>nickjameslopez@gmail .com</dc:creator><dc:rights>Copyright 2009 Nick Lopez</dc:rights><dc:date>2009-12-26T13:52:05-08:00</dc:date><admin:generatorAg ent rdf:resource="http://www.realmacsoftware.com/" />
    11. <admin:errorReportsTo rdf:resource="mailto:[email protected]" /><sy:updatePeriod>hourly</sy:updatePeriod>
    12. <sy:updateFrequency>1</sy:updateFrequency>
    13. <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    14. <lastBuildDate>Tue, 29 Dec 2009 21:13:01 -0800</lastBuildDate><itunes:author>Nick James</itunes:author><itunes:owner><itunes:name>Trancejectory</itunes:name><itu nes:email>[email protected]</itunes:email></itunes:owner><itunes:category text="Music"/><itunes:keywords>Dance, Trance, House, Electro, Progressive</itunes:keywords><itunes:subtitle>www.djnickjames.com</itunes:subti tle><itunes:summary>Trancejectory with your host Nick James keeping you on the path to the latest in trance and progressive tunes from around the world in a 2 hour mix. </itunes:summary><itunes:image href="http://www.djnickjames.com/page4/files/podcast_channel.png" /><item><title>Trancejectory 20</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:52:05-08:00</dc:date><link><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></link><guid isPermaLink="true"><a class="jive-link-external-small" href="http://www.djnickjames.com/page4/files/4b7e19b326f410f8831429f5090cbb11-1 6.html#unique-entry-id-16">http://www.djnickjames.com/page4/files/4b7e19b326f410 f8831429f5090cbb11-16.html#unique-entry-id-16</a></guid><content:encoded><![CDAT A[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 20</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Liquid Soul - Love In Stereo (Jerome Isma-Ae Remix)<br />Anton Firtich - Mirage (Jochen Miller Remix)<br />Metteo Marini - Matter (Original No Vox Mix)<br />Bob Sinclair & Axwell - What A Wonderful World (EDX Remix)<br />Daniel Portman & EDX - Hip<br />Daniel Portman - Baaly (Non-Violin Dub)<br />Jerome Isma-Ae - Hold That Sucker Down<br />Activa - Minute One<br />Tom Neville & Stafford Brothers - Come My Way feat. Frank Stafford (Jerome Isma-Ae Dub Mix)<br />Kriece - Giant Head Of Fury<br />PROFF - Starstruck (Solarity Remix)<br /><br />58:00<br /><br />Mat Zo - Default<br />Moodfreak - Far From You (Mango Remix)<br />Solarity - Laika (Ashley Wallbridge Remix)<br />Schodt - Octagon<br />Kaskade & Seamus Haji feat Haley - So Far Away<br />Dinka - Never Cheat On Strangers<br />Jerome Isma-Ae, Chris Reece, EDX - Ready To Go<br />Lange pres Firewall - Wanderlust (Sunny Lax Chunky Mix)<br />Deadmau5 - Strobe (Michael Woods Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Matt Darey pres Urban Astronauts - See The Sun (Aurosonic Remix)<br /><br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory20.mp3" length="247126433" type="audio/mpeg"/></item><item><title>Trancejectory 19</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:36:49-08:00</dc:date><link>http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/d7119a15b5bf963fa3bb5c124853043e-15.html# unique-entry-id-15</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 19</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Mr. Sam & Andy Duguid - Tra Zomas<br />Dinka - Elements<br />Solarity - Laika<br />Jerome Isma-Ae - Hold That Sucker Down<br />Mat Zo - Rush 2009<br />Cressida - Two-O-Ten<br />Matt Darey pres. Urban Astronauts - See The Sun (Aurosonic Remix)<br />Above & Beyond - Anjunabeach (Jerome Isma-Ae Remix)<br />Andy Moor & Adam White - The White Room (Myon & Shane 54 Refill)<br />D'argetno - The Sun (Stanley Ross Mykonos Remix)<br /><br />59:00<br /><br />Guest Artist DJ Kouei<br /><br />Sophie Sugar - Together<br />Poshout Ft. Victoria Razznyh - Fallen World ( Poshout dub Remix )<br />Redstar- Evolution ( DeepWide Remix )<br />Setrise & Nurettin Colak - Frozen Dreams ( Six Sense Remix )<br />Armin Van Buuren ft. Van Velsen ; Broken Tonight ( Alex MORPH Remix )<br />Med vs. Neil Bamford - Stolen<br />Sean Tyas - Melbourne ( Hodel Bangin Remix )<br />Kay D Smith & Marc Tall - Hoipolloi ( Mark Sherry's Energy Remix )<br />Be:Gold - Sunstroke<br />Adam Foley - Generation]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory19.mp3" length="242652868" type="audio/mpeg"/></item><item><title>Trancejectory 18</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-26T13:09:17-08:00</dc:date><link>http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/bbd9e7e3f890ae78d9a4aae548032ac6-14.html# unique-entry-id-14</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 18</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Shannon - Let The Music Play (David Delano Dirty Lou & Swedish Egil Mix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Nadastrom - Save Us<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Fatboy Slim vs Fedde le Grand - Praise You 2009<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Chocolate Puma vs. Bingo Players - Disco Electrique (Vocal Mix)<br />Lange feat. Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Dinka - Green Leaf (Extended Vocal Mix)<br /><br />59:00<br /><br />Lish - Dirty Feelings (Alter Breed Remix)<br />Myon & Shane 54 feat Aruna - Helpless (Ian Flux & Thomas Blofeld Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Thomas Gold feat Amanda Wilson - Just Because (The Good Guys Mix)<br />The Good Guys - Circle (Rawdirt's Double Drop Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Muzikjunki & Marco Den Held - Red Snapper (Danila Remix)<br />Eleven.Five - Finding Hope (Cressida Remix)<br />Gareth Emery - Metropolis]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory18.mp3" length="255581579" type="audio/mpeg"/></item><item><title>Trancejectory 10</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-07-17T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/3ee3bbffb44aeacd3d794a1e091159c3-12.html# unique-entry-id-12</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 10<br /></u></span><br />EDX - Shy Shy (Club Mix)<br />Above & Beyond pres. Oceanlab - Lonely Girl (Ercola Remix)<br />Sebastian Ingrosso - Kidsos (Wippenberg Remix)<br />Yvan & Dan Daniel - Enjoy The Silence (Jerome Isma-Ae Remix)<br />Hot Einstein - Moscow<br />Erphun - 2wo Butterflies (Mat Zo Remix)<br />David & Carr - Every Day feat Jenna Colaizy (Hawk’s Nude N Rude Remix)<br />Happy Monkey - King Of The Berry (Piano Slam Mix)<br />John Shelvin - Just Like You Said feat Molly<br />Quarrel - Feel You Better<br />Aqua Diva vs Mango - At The Edge Of This Mountain (Instrumental Mix)<br /><br />61:00<br /><br />D’argento - The Sun (Stanley Ross Mykonos Remix)<br />Dbn, Michael Feiner, Tommy Trash - Stars (Tommy Trash Remix)<br />Steve Agnello - Isabel<br />DJ Tatana - Autumn Sun (Oliver Southey Remix)<br />Dinka - Road To Perdition<br />PROFF - Deep Orange (Vadim Soloviev Remix)<br />Dinka - Canonball<br />DJ Tatana - Saltwater<br />Boris M.D & Khaz - Eliana<br />Onova - Platitude (Mat Zo Remake)<br />16 Bit Lolitas - 5 to 12<br />]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory10.mp3" length="248324240" type="audio/mpeg"/></item><item><title>Trancejectory 11</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-08-01T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/07882beaee405e0bbc9bbbe3b1475b3f-11.html# unique-entry-id-11</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 11<br /><br /></u></span>ATB presents Flanders - Behind (EDX Re-Dub)<br />Daniel Portman - Dark Is Night For All<br />George F. Zimmer - Soma (Dinka Remix)<br />Evave - To The Stars (PROFF Remix)<br />Sundogs, Desyfer, Fletch - Primary Key (PROFF Remix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub Remix)<br />Squash 84 feat. Maia - Should I Find You (Michael Cassette Dub Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />Jonathan Allyn - Near You (Jaytech Remix)<br />Sebastian Ingrosso - Kidsos (Original Mix)<br /><br />60:00<br /><br />Mike Shiver, Matias Lehtola - Captured feat Andrea Britton (Joonas Hahmo Remix)<br />MArc Marberg, Kyua & Albert - Grrreat<br />Kimito Lopez - Arabian Queen (Emilio Fernandez Remix)<br />Simone Anes - Children (Tom Novy Mix)<br />Blake Jarrell - Boracay<br />Dirty Vegas - Tonight (Above & Beyond Remix) Tune of the Week<br /><a href="http://s138.photobucket.com/albums/q265/facheezey/?action=view&current=R- 1858214-1248262259jpeg.jpg" target="_blank"><img src="http://i138.photobucket.com/albums/q265/facheezey/R-1858214-1248262259jpeg .jpg" border="0" alt="Nick James Tune of The Week"></a><br />Jonnas Hahmo - Radiance<br />DJ Remy - Knalpot<br />Above & Beyond pres Oceanlab - Lonely Girl (PROFF Remix)<br />Aqua Diva vs Mango - At The Edge Of The Mountain - Instrumental Mix)<br />D’argento - The Sun (Stanley Ross Mykonos Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory11.mp3" length="249032549" type="audio/mpeg"/></item><item><title>Trancejectory 12</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-09-22T00:00:00-07:00</dc:date><link>http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/7837d39da80f272eabb554516df5881d-10.html# unique-entry-id-10</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 12<br /><br /></u></span>John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Original intro)<br />John O’Callaghan feat Lo Fi Sugar - Never Fade Away (Andy Duguid Remix)<br />Cold Blue - Mount Everest (Dennis Sheperd)<br />Pryda - Alfon<br />DJ Tatana - Soulmate (Dinka Vocal Mix)<br />Deadmau5 - Arguru (EDX 5un5hine Remix)<br />GLM - Run To You feat Randolph (Amine Edge Instrumental Remix)<br />The Blizzard With Gaate - Iselilja (Michael Cassette Dub Remix)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P. Remix)<br />Above & Beyond - Buzz (Buzztalk Mix)<br />Leventina - Here Workin’ (Dinka Vocal Mix)<br />Moony - I Dont Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br /><br />58:00<br /><br />Pryda - Waves<br />Activa pres. Solar Movement - Eclipse (Mat Zo Remix)<br />Emilio Fernandez - Let It Go (Vocal Mix)<br />Ronski Speed feat Ana - The Deep Devine (Gareth Emery Remix)<br />PROFF - Breathe (Ricky Inch Remix)<br />Fedde Le Grand Feat. Mitch Crown - Scared Of Me (Ranucci Pelusi & Provenzano Remix)<br />Dubfire - Roadkill (EDX’s Acapulco At Night Remix)<br />Tritonal Feat. Hannah Sky - Jump Off (Tritonals Air Up There Mix)<br />Orbital - Halcyon (Tom Middleton Re-model)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory12.mp3" length="244215773" type="audio/mpeg"/></item><item><title>Trancejectory 13</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-13T00:00:24-08:00</dc:date><link>http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/4f50e84527081a141c38130c7d0ccec9-9.html#u nique-entry-id-9</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 13</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Michael Jackson - Stranger In Moscow (Jerome Isma-Ae)<br />Daniel Portman - Open Your Mind (Dinka D.E.E.P Remix)<br />Leventina - Naked (Ibiza Sunset Dub)<br />EDX - Rubin (DBN Remix)<br />Nifra - Complicated Life (1985 Remix)<br />Rest Point - Air Stream (PROFF Remix)<br />PROFF - Glittering Puzzle<br />Dakota - Roxy '84 (Michael Cassette Remix)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br />Sebastian Krieg, Jerome Isma-Ae - 308<br /><br />60:00<br /><br /><a href="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" target="_blank"><img src="http://i1.soundcloud.com/artworks-000000504229-ws22az-crop.jpg" border="0" alt="<strong>Myon & Shane 54, International departures 007</strong>"></a><br /><br /><strong><u>Myon & Shane 54, International departures 007</u></strong><br />01. Oasis - Wonderwall (Myon and Shane 54 Helpless Mix)
    15. 02. Airplay 47 - Be Free (Mat Zo Remix)
    16. 03. Dakota - Johnny The Fox
    17. 04. Talla2XLC_-_Dante's_Peak_(Jerome_Isma-AeRemix)
    18. 05. Pryda - Melo 06. ATB - Renegate (Acapella)
    19. 07. Myon and Shane 54 - Helpless (Ian Flux and Thomas Blofeld Remix)
    20. 08. Above and Beyond - Home (Pianopella)
    21. 09. Above and Beyond - Home (Drumapella)
    22. 10. Above and Beyond - No One On Earth (Acapella)
    23. 11. Arnej - Dust In The Wind (Deep Dub)
    24. 12. J.O.C. feat Sarah Howels - Find Yourself (Cosmic Gate Remix)
    25. 13. Dave Gahan - I Need You (Acapella)
    26. 14. Lost Tribe - Gamemaster (Acapella)
    27. 15. Lost Tribe - Gamemaster (Shane 54 Drumless Dub)
    28. 16. Rank1 - Symfon
    29. 17. BT - Simply Being Loved (Somnambulist) (Acapella)
    30. 18. Above and Beyond - On A Good Day (Acapella)
    31. 19. Gareth Emery - Metropolis (Edit)
    32. 20. Duderstadt - Broken
    33. 21. Above and Beyond - Alone Tonight (Acapella)
    34. 22. Cass Fox - Touch Me (Myon and Shane 54 Remix)
    35. 23. Christian Cambas feat The Static Age - Sirens (Squash 84 Remix)
    36. 24. Ronski Speed feat Aruna - All The Way (Acapella)
    37. 25. Ronski Speed feat Aruna - All The Way (Jonas Steur Dub Synthapella)
    38. 26. Myon - Albion (Padapella) 27. Myon - Albion (Acapella)
    39. 28. Andy Moor - Halcyon (Acapella + Synthapella)
    40. 29. Andain - Summer Calling (Acapella)
    41. 30. Myon and Shane 54 - Allnight Rock and Roll (Squash 84 Remix)
    42. 31. Conjure One - Tears From The Moon (Acapella)
    43. 32. Faithless feat Cass Fox - Music Matters (Mark Knight Remix)
    44. 33. Amiel - Love Song (Myon and Shane 54 Remix)
    45. 34. Sunlounger - Change Your Mind (Myon and Shane 54 Remix)
    46. 35. Jakatta feat Seal - My Vision (Pianoapella + Vocal)
    47. 36. Oceanlab - Just Listen (Myon and Shane 54 remix)
    48. 37. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Original Mix)
    49. 38. Super8 and Tab - Elektra 39. Oceanlab - Satellite (Acapella)
    50. 40. Ohmna - Key Of Life 41. Adiva - How Does It Feel (Myon and Shane 54 Dub)
    51. 42. Stardust - Music Sounds Better With You (Dub)
    52. 43. Andy Moor vs Lange - Stadium 4
    53. 44. Super 8 and Tab - Helsinki Scorchin'
    54. 45. Kosheen - Catch (Acapella)
    55. 46. Andy Moor vs Orkhidea - Year Zero (Acapella + Synthapella)
    56. 47. Darude - I Ran (Gareth Emery Dub)
    57. 48. Cara Dillion - Black Is The Colour (Acapella)
    58. 49. 3 Drives On A Vynl - Greece 2000 (Drumapella)
    59. 50. Gareth Emery vs Delerium - This is Silence (Myon and Shane 54 Mashup)
    60. 51. Ashley Wallbridge and Andy Moor feat Meighan Nealon - Faces (Acapella)
    61. 52. Tiesto - Ten Seconds Before (First State Remix)
    62. 53. Markus Schulz and Andy Moor - Daydream (Acapella)
    63. 54. Nadia Ali - Love Story (Andy Moor Dub)
    64. 55. Orkidea - Metaverse (Gareth Emery Remix)
    65. 56. Armin Van Buuren - Sound Of Goodbye (Acapella)
    66. 57. Signalrunner feat Julie Thompson - These Shoulders
    67. 58. Above and Beyond Vs Mr Pit - Shana Can't Sleep (Myon and Shane 54 Mashup)
    68. 59. Cosmos - Take Me With You
    69. 60. Above and Beyond - Air For Life (Synthapella)
    70. 61. Signum feat Anita Kelsey - Come Around Again (Myon and Shane 54 remix)
    71. 62. Tiesto feat BT - Love Comes Again (Acapella)
    72. 63. Oceanlab vs Nalin & Kane - Beachball Sky Falls Down (Myon and Shane 54 Remix Mashup)
    73. 64. Matt Cassar - Seven Days And One Week (Myon and Shane 54 Monster Mix)
    74. 65. Iio - Rapture (Acapella)
    75. 66. Myon and Shane 54 - Not A Lot Left (Acapella)
    76. 67. Michael Angelo feat Jenry R -Disconnected (Myon and Shane 54 Dub)
    77. 68. Leona Lewis - Bleeding Love (Acapella)
    78. 69. Bissen presents The Crossover - Washout (Myon and Shane 54 Remix)
    79. 70. Ronski Speed - The Space We Are (Acapella)
    80. 71. First State feat Anita Kelsey - Fallin (Acapella)
    81. 72. Albert Vorne - Formentera What (Gareth Emery Acapella + Synthapella)
    82. 73. The Whiteroom - Whiteroom (Myon and Shane 54 Remix Acapella)
    83. 74. Tomcraft - Loneliness (Myon and Shane 54 Summer Of Dub Mix)
    84. 75. The Doppler Effect - Beauty Hides In The Deep (Blizzard Acapella)
    85. 76. The Blizzard - Kalopsia (Stabapella + Padapella)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory13.mp3" length="242381481" type="audio/mpeg"/></item><item><title>Trancejectory 14</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-20T23:53:51-08:00</dc:date><link>http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/794f47d4ef18468ee6c3b1fa27576bcd-8.html#u nique-entry-id-8</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 14</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Seventh Son & Ethan North - Adagio For Strings (Original Mix)<br />Passenger 10 - Avantgarde (Dinka D.E.E.P. Remix)<br />Way Out West feat. Jonathan Mendelsohn - Only Love (Jerome Isma- Ae Mix)<br />Inpetto - The Milky Way<br />Tom Cloud - Laguna<br />Jessus - Traveller (D.E.R. Mix)<br />Jessus - Sunrose<br />Tom Cloud - Last Days<br />Dirty Vegas - Tonight (Above & Beyond Remix)<br />Benjamin Leung & Dom G - Sub Zero (Jan van Lier Remix)<br /><br />59:00<br /><br />Innate - Parabolic Curve (Lank Remix)<br />PROFF - Little Space (Seratonine Remix)<br />Michael Jackson - Stanger In Moscow (Jerome Isma-Ae Remix)<br />Christian Weber - Electronic Love (Club Mix)<br />Above & Beyond pres. Oceanlab - Come Home (Michael Cassette Remix)<br />Afrojack - Radioman (EDX's 5un5hine Remix)<br />Cirez D - On Off<br />San - Better Days (Beat Service Remix)<br />Fedde Le Grand feat. Mitch Crown - Scared Of Me (Hardwell Remix)<br />Muzikjunki Marco Den Held - Red Snapper (Danila Remix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory14.mp3" length="252470425" type="audio/mpeg"/></item><item><title>Trancejectory 15</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-11-30T23:00:08-08:00</dc:date><link>http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/c2914a5ba3915062c4178fce03afdf20-7.html#u nique-entry-id-7</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 15</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Jessus - Moonrose<br />Benjamin Leung & Dom G - Sub Zero (Nathan C Remix)<br />Above & Beyond pres. Oceanlab - On The Beach (Andy Dugiuid Remix)<br />PROFF - Deep Orange<br />Nurettin Colak & Faruk Sabanci - Anatolian Emotions (Myon & Shane 54 Remix)<br />Joonas Hahmo - Bendbass<br />Starkillers - Able & Uneasy (The Unreal Remix)<br />Daniel Portman & Rino Cabrera - Sumatra (Night In The Club Mix)<br />The Blizzard with Gaate - Iselilja (Michael Cassette Dub)<br />Dinka - Chemistry (Jerome Isma-Ae Remix)<br /><br />59:00<br /><br />Mr. Sam - MEnkayo (Maverickz Remix)<br />Cirez D - On Off<br />Above & Beyond pres. Oceanlab - On A Good Day (16 Bit Lolitas Remix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />EDX - Shy Shy (Extended Vocal Mix)<br />Daniel Portman - Dark Is The Night For All<br />Second Life - A Second Chance (Instrumental Mix)<br />Schodt - Tokyo Dawn (Dinka Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Dakota - Chinook (Afterhours Mix)<br />Seventh Son & Ethan North - Adagio For Strings]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory15.mp3" length="248854427" type="audio/mpeg"/></item><item><title>Trancejectory 16</title><dc:creator>[email protected]</dc:creator><category>None</cate gory><dc:date>2009-12-06T18:00:18-08:00</dc:date><link>http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/678f042e5334e8dbc0c87e77a98d512d-5.html#u nique-entry-id-5</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 16</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Richard Durand - Always The Sun (Dub Mix)<br />Ronski Speed ft. Mque - Are You? (Clib Mix)<br />M.I.K.E. - Sunrise At Palamos (Gareth Emery Remix)<br />Ernesto vs. Bastian - Killer Tone<br />Lange feat Sarah Howells - Let It All Out (Genix Re-Rub)<br />Daniel Portman - Back To The Underground<br />Myon & Shane 54 feat Aruna - Helpless (Monster Mix)<br />Veracocha - Carte Blance (Cosmic Gate Remix)<br />Stew Ewens & Louk - Bad Habit (Dinka Remix)<br />Steve Angello - Tivoli<br /><br />59:00<br /><br />Gaia - Tuvan (Gareth Emery Remix)<br />Kaempfer & Dietze - Shear Force (Daniel Portman & Jerome Isma-Ae Remix)<br />Solarity - Terminal 6 (Jaytech Remix)<br />Fabio Stein - Stroboscopic (Danilo Ercole Remix)<br />Michael Cassette - Kilimanjaro<br />Armin Van Buuren feat Van Velzen (Dub Mix)<br />Activa feat Julie Harrington - You Are Here (Thomas Datt Dub)<br />John O' Callghan feat Audrey Gallagher - Take It All Away (Marcus Schossow Remix)<br />Above & Beyond pres. Oceanlab - Secret (Andrew Bayer Remix)<br />Inpetto - The Milky Way<br />Active - Minute One<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /></u></span>]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/Trancejectory16.mp3" length="243768165" type="audio/mpeg"/></item><item><title>Trancejectory 17</title><dc:creator>[email protected]</dc:creator><dc:subject>PLAYLIST </dc:subject><dc:date>2009-12-13T19:18:47-08:00</dc:date><link>http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</link><guid isPermaLink="true">http://www.djnickjames.com/page4/files/974d2ab1cfaeb6ceae605d4b699a2408-0.html#u nique-entry-id-0</guid><content:encoded><![CDATA[<span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u>TRANCEJECTORY 17</u></span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#66FFFF;font-weight:bold; "> </span><span style="font:12px HiraKakuPro-W6; font-weight:bold; color:#666666;font-weight:bold; "><u><br /><br /></u></span>Ridgewalkers feat El - Find (Russell G Remix)<br />Christopher Manik - Pink Champagne (Jaytech Remix)<br />DJ Remy - 20 Dollars<br />Daniel Portman - Back To The Underground<br />Rocking J - Sequence (Alex M.O.R.P.H. Remix)<br />Michael Cassette - Kilimanjaro (Solarity Remix)<br />Dinka - Green Leaf (Extended Vocal Mix)<br />Daniel Portman - Elder<br />Paul Van Dyk feat Johhny Mcdaid - Home (Wippenberg Remix)<br />Ronski Speed feat Mque - Are You? (Sun Decade Dub)<br /><br />59:00<br /><br />Chocolate Puma & Bingo Players - Disco Electrique ( Revisited Mix)<br />DJ Remy - Strobophonic<br />Thomas Gold feat Amanda Wilson - Just Beacause (The Good Guys Mix)<br />Cosmic Gate feat. Aruna - Under Your Spell (Myon & Shane 54 Monster Mix)<br />EDX - Shy Shy (Club mix)<br />Kriece - K9 (Matt Rowan & Jaytech Remix)<br />ATB - pres. Flanders - Behind (EDX Re-Dub)<br />Moony - I Don't Know Why (DJ Chus & Jerome Isma-Ae Superdub Mix)<br />Armin Van Buuren - The Sound Of Goodbye (EDX's Indian Summer Vocal Remi)<br />Shannon - Let The Music Play 2009 (David Delano Dirty Lou & Swedish Egil Mix)]]></content:encoded><enclosure url="http://www.djnickjames.com/page1/files/trancejectory17.mp3" length="245684953" type="audio/mpeg"/></item></channel>
    86. </rss>

    It's better to post the URL of the feed (as you have subsequently done) than the contents of the feed .
    From the FeedValidator report the feed is basically OK for iTunes. There are several occasions where 'content:encoded' sections (following immediately on 'guid' tags) should be enclosed in
    <description>...</description>
    tags: however all this will be ignored by iTunes anyway and only applies to other readers. The 'potentially dangerous content' referred to by FeedValidator is within the 'content:encoded' tags and so isn't relevant to iTunes. They are referring to an inline css style, and I don't know whether this might cause a problem elsewhere.
    You should really have a language tag, e.g.
    <language>en-us</language>
    (you have a dc:language tag but that's for a different system). This should be placed in the top section, before the first 'item' tag.
    It's advisable to have an 'itunes:explicit' tag for each 'item' -
    <itunes:explicit>yes IF CONTAINS ADULT MATERIAL, OTHERWISE no</itunes:explicit>
    it's not compulsory if you have no adult material, but you must have a 'yes' if you do.
    You can check your feed by subscribing in iTunes from the 'Advanced' menu - this has the same result as clicking the 'Subscribe' button on the Store page. If it works OK there you are ready to submit it.

  • Lenovo System Update and Lenovo Support RSS Feed (X60)

    Okay. I got Lenovo System Update (version 5, for Windows 7) and it did not offer me any Critical updates. Only Recommended and Optional ones. If it ain't broke, don't fix it, so I don't want to install Recommended and Optional updates, only the Critical ones if there is any.
    On the other hand I also have the Lenovo Support RSS Feed. But they bring me to dead links. For my X60 the two drivers in my RSS Feed are
    ThinkVantage Access Connections patch for Access Connections Version 5.95 for Windows 7 (32-bit, 64-...
    Patch module for Power Manager for Windows 7 (32-bit, 64-bit), Vista (32-bit, 64-bit) - ThinkPad -
    Both are totally dead links.
    The tricky part is that there is absolutely no correlation between the two: totally different drivers in the System Update and the RSS Feed.

    Hello both,
    SU has been discontinued because old SU version wouldn´t work with SP2.
    Refer to this thread in at the ThinkVantage board regarding this situation and possible solutions
    and ask your questions there, please.
    Thread locked.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

Maybe you are looking for

  • CO-PA form creation regarding

    Dear All, In CO-PA, requirement from the client is to display all the value figures in Rs.L. In Forms, would like to know is there any setting for calculation value in R.L apart from creation of another calculated key figure / field. Thanks SMK Ganes

  • [Q] loaded jpg is cut off in the middle!!!!

    Hi, I am having troulbe loading an external jpg image jpg file is long rectangular shape (width 700px * height 8000px <possiblely longer>), and around 1.2mb. I am loading image with listener (onComplete?: I was using someone else's tutorial, sorry fo

  • Problem with Zen P

    I have a Creative Zen Plus and I was recharging the battery this morning and when I tried to listen to it I got a message saying that there was a firmware error. Everything that I had on the player is now gone. It says to re-load the firmware but I h

  • Is there an outlook "tasks" app on this phone?

    my phone is set up to sync with Outlook contacts, calendar, mail and tasks - but i can't find the tasks app on the phone - what am i missing??

  • Document number generation w. ref to Part no.

    Hi Gurus, We have created a template to upload Cutover data  in CV01N with the following series. Document Document Type Document Part Document version Description 1 DWG 000 00 TEST TEST TEST 2 DWG 000 00 TEST TEST TEST 3 DWG 000 00 TEST TEST TEST 3 D