XSL stylesheet transformation of RSS feeds

Does Safari support XSL transformation of RSS feeds? Or does it always override XSL with its own RSS reader format? Details below:
I'm starting to mass-produce RSS feeds for our organization. We just want one file for each purpose which can be universally used in RSS readers, iTunes/other podcatchers, and web browsers. I created an XSL stylesheet for it which works perfectly in Internet Explorer, Opera, and Firefox (current release, anyway!), but Safari always adds the "feed://" prefix and displays it with its blue RSS reader format. Is there no way around this? If I take out the the <rss version="2.0"> header, it works, but then iTunes won't accept it.
Do I have to produce two separate files, the first without the RSS notation for Safari's sake, and the second with the notation for iTunes? That seems like an unnecessary step for us, and confusing for our users. Is there any way around this? I couldn't find any support documents that addressed this directly. Thanks -- Jim

You're getting a URL like this:context.getResourceAsStream("/Web-Inf/viewStudentDetails.xsl")and it looks like the MalformedURL exception is complaining about it. So my first step would be to look at it and see what's wrong with it.

Similar Messages

  • Xsl/stylesheet transformation problem in soap response(usinf xmlx-tags.tld)

    Hi,
    I have problem in transforming the soap response using xmlx-tags.tld.....
    I was not able to read the <EmpName> value from the returned xml...
    The stylesheet / xsl does not return any elements if I use other then "/" in match
    attribute : <xsl:template match="/">
    here is my soap call and stylesheet in JSP:
    <x:xslt media="html">
    <x:xml>
    <ws:soap ttl="360000">
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    ... making soap call here...
    </soap:Body>
    </soap:Envelope>
    </ws:soap>
    </x:xml>
    <x:stylesheet media="html">
    <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
    <xsl:output method="xmll" omit-xml-declaration="no"
    doctype-public="-//W3C//DTD HTML 4.0 Transitional//EN" indent="yes" />
    <xsl:template match="GetEmpResult">
    <html>
    <body>
    Result: <B>Symbol <xsl:value-of select="EmpName"/></B>
    </body
    </html>
    </xsl:stylesheet>
    </x:stylesheet>
    </x:xslt>
    the SOAP response looks like this:
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <GetEmpResponse xmlns="http://ws.cdyne.com/">
    <GetEmpResult>
    <EmpID>string</EmpID>
    <EmpName>string</EmpName>
    <SalAmount>decimal</SalAmount>
    <Error>boolean</Error>
    </GetEmpResult>
    </GetEmpResponse>
    </soap:Body>
    </soap:Envelope>
    I tried all the possibilities of template matches, but not succeeded....
    Can somebody help me the correct <xsl:template> to access EmpName from the above
    SOAP responses...
    regards
    Vijay

    Hi,
    Dynamic xslt are not quite supported in OSB, there are some approaches that may be helpful for your case though...
    Have a look at these...
    http://atheek.wordpress.com/2011/12/21/using-xalanevaluate-to-parametrize-xpath/
    http://beatechnologies.wordpress.com/2010/12/01/dynamic-xquery-in-oracle-service-bus/
    Let me know how you go...
    Cheers,
    Vlad

  • Simple Transformation and RSS feed

    OK, I decided to clean up an old program and try it with a Simple Transformation. I created the Simple Transformation and when I "execute" and give it the location of a local copy of the RSS file it returns.
    XSLT Tester                                                                               
    Runtime Errors                                                                               
    Reason          : No valid XSLT program supplied
    So is this a problem with the ST or is the preview system perhaps missing something? If it's the ST I'll post it otherwise where should I be looking?

    I'm going to take a guess, but I'm thinking that the test/debug tool doesn't actually support Simple Transformations, just XSLTs.  I couldn't find documentation to support this, but when I looked at the coding of the test/debug application I find that it doesn't use the CALL TRANSFORMATION command - instead it uses the class CL_XSLT_PROCESSOR so that it can trap extra information.  In the notes of the program it even states that this is not the correct usage in normal programs and the class is only used here for extra debug information.  This class appears to be structured to only support full XSLT and not Simple Transformations.
    Although it is pretty easy just to code up your own little test.  The key is to include the extra exception handling to get the source position in the ST where the error occurred (very helpful when debugging).
    catch cx_st_error into st_err.
       s = st_err->get_text( ).
       st_err->get_st_source_position(
          importing
            prog_name = prog_name
            line = line ).

  • Transform TREX search results to RSS-feed

    Is it possible to transform the results of a search query to a rss-feed or an xml file that can be used by a feed reader?
    Basic idea is to create an information service that runs a scheduled search on defined topics and provides the results in a list that can be sent by email or combined with search results from other sources, e.g. Google News.
    Is using the Open Search API the right way?
    Any ideas are greatly appreciated!
    Thanks,
    Matthias
    Edited by: Matthias Killenberg on Sep 9, 2009 12:47 PM

    Hi Richard,
    I think, you will mostly have to discuss this with Google. Just like TREX has ways to assume other engines results as TREX' own, Google may have these ways. But integration will mostly have to come "top down" from Google in that case.
    And it might be easier to find a way to make your pages (it's a catalog, I assume?) accessible to the Google Crawlers, rather than trying to handover the index.
    Regards, Karsten

  • 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 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

  • OmniPortlet only showing excerpts from rss feed

    I have an Omniportlet set up with our internal staff news Wordpress rss feed. The feed is only showing excerpts but I require full text. I know the feed is capable of full text as it works correctly in IE8 and a pdf generator I'm running.
    Below is XSL filter I'm using:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- This XSL is provided as example to show how to consume RSS and RDF using OmniPortlet -->
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rss="http://purl.org/rss/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/" version="1.0"
    xmlns:rdf090="http://my.netscape.com/rdf/simple/0.9/">
    <xsl:output method="xml" indent="yes"/>
    <xsl:template match="/rss/channel">
    <rowset>
    <xsl:for-each select="item">
    <row>
    <link><xsl:value-of select="./link"/></link>
    <title><xsl:value-of select="./title"/></title>
    <description><xsl:value-of select="./description"/></description>
    <pubDate><xsl:value-of select="./pubDate"/></pubDate>
    </row>
    </xsl:for-each>
    </rowset>
    </xsl:template>
    <xsl:template match="/rdf:RDF">
    <rowset>
    <xsl:if test="rdf090:item">
    <xsl:for-each select="rdf090:item">
    <row>
    <link><xsl:value-of select="./rdf090:link"/></link>
    <title><xsl:value-of select="./rdf090:title" /></title>
    <description><xsl:value-of select="./rdf090:description" /></description>
    <pubDate><xsl:value-of select="./pubdate"/></pubDate>
    </row>
    </xsl:for-each>
    </xsl:if>
    <xsl:if test="rss:item">
    <xsl:for-each select="rss:item">
    <row>
    <link><xsl:value-of select="./rss:link"/></link>
    <title><xsl:value-of select="./rss:title" /></title>
    <description><xsl:value-of select="./rss:description" /></description>
    <pubDate><xsl:value-of select="./pubDate"/></pubDate>
    </row>
    </xsl:for-each>
    </xsl:if>
    </rowset>
    </xsl:template>
    </xsl:stylesheet>
    Can anyone tell me how to get the full text to show for each item?
    Thanks

    If the feed is capable of displaying full text, then you need to modify your filter to read the fulltext and add this cloumn to your layout to display. Can you provide sample xml file (datasource) if you want me to investigate further. Please enclose the xml inside { code } xml { code }
    note no space before and after the braces for the 'code'
    regards,
    ~Krithika

  • I am unable to submit my RSS feed into iTunes

    Podcast RSS feed not being accepted by iTunes
    I have registered my main podcast RSS feed in iTunes successfully. I want to migrate this RSS feed from feedburner to PowerPress, but I want to prototype it first before I move the real feed. To that end, I created another Blogger blog site and Feedburner rss feed that has the same settings as my main feed. The feed is using SmartCast to configure the RSS feed for iTunes compatibility. I cannot get the test feed to load into iTunes though. I get this error message:
    Podcast cover art must be at least 1400x1400 pixel JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests.
    I had the artist give me a 1400x1400 pixel version of the logo in RGB color space (I’m not sure how to verify this).  Here is a link to the logo, if anyone can tell by looking at the picture or site what is wrong that needs to be fixed. http://s24.postimg.org/lvuuf7v91/ARP_logo_i_Tunes.jpg
    I have read as many forum posts as I can to try and solve this issue and nothing has worked so far. Can someone tell me what is wrong with my image or RSS feed that is causing iTunes to reject the feed?
    Here is the RSS feed:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?>
    <?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
    <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
    <channel>
    <atom:id>tag:blogger.com,1999:blog-2141959670783740217</atom:id>
    <lastBuildDate>Wed, 18 Feb 2015 06:39:04 +0000</lastBuildDate>
    <title>jwaitdev</title>
    <description />
    <link>http://jwaitdev.blogspot.com/</link>
    <managingEditor>[email protected] (John W)</managingEditor>
    <generator>Blogger</generator>
    <openSearch:totalResults>1</openSearch:totalResults>
    <openSearch:startIndex>1</openSearch:startIndex>
    <openSearch:itemsPerPage>25</openSearch:itemsPerPage>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Jwaitdev" />
    <feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jwaitdev" />
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
    <media:thumbnail url="http://s24.postimg.org/lvuuf7v91/ARP_logo_i_Tunes.jpg" />
    <media:keywords>comic,books,comics,marvel,dc,batman,superman,x,men,avengers,won der,woman,arcs,iron,man,captain,america,hulk,green,lantern,arrow,justice,league, aquaman,thor,cyclops,storm,wolverine,spiderman</media:keywords>
    <media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Games &amp; Hobbies/Hobbies</media:category>
    <itunes:owner>
    <itunes:email>[email protected]</itunes:email>
    </itunes:owner>
    <itunes:explicit>no</itunes:explicit>
    <itunes:image href="http://s24.postimg.org/lvuuf7v91/ARP_logo_i_Tunes.jpg" />
    <itunes:keywords>comic,books,comics,marvel,dc,batman,superman,x,men,avengers,wo nder,woman,arcs,iron,man,captain,america,hulk,green,lantern,arrow,justice,league ,aquaman,thor,cyclops,storm,wolverine,spiderman</itunes:keywords>
    <itunes:subtitle>Jwait Dev</itunes:subtitle>
    <itunes:summary>My development blog for testing migration</itunes:summary>
    <itunes:category text="Games &amp; Hobbies">
    <itunes:category text="Hobbies" />
    </itunes:category>
    <image>
    <link>http://jwaitdev.blogspot.com</link>
    <url>https://feedburner.google.com/fb/images/pub/fb_pwrd.gif</url>
    <title>http://s27.postimg.org/fnxhw7lhb/ARP_logo_RSS.jpg</title>
    </image>
    <item>
    <guid isPermaLink="false">tag:blogger.com,1999:blog-2141959670783740217.post-38349488 96057833951</guid>
    <pubDate>Wed, 18 Feb 2015 06:39:00 +0000</pubDate>
    <atom:updated>2015-02-17T22:39:04.500-08:00</atom:updated>
    <title>ARP - 32 - Teen Titans: Judas Contract</title>
    <description>Dev blog for practicing migration.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Miu_JPJPmiA/VOQzZPvEy0I/AAAAAAAAAGw/dg_kz3v_N8A/s1600/ teen%2Btitan%2Bcopy.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-Miu_JPJPmiA/VOQzZPvEy0I/AAAAAAAAAGw/dg_kz3v_N8A/s1600/ teen%2Btitan%2Bcopy.jpg" height="194" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
    &lt;a href="http://feeds.feedburner.com/~ff/Jwaitdev?a=sYEG3TSBXJw:tD9aLoP_o-A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jwaitdev?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Jwaitdev?a=sYEG3TSBXJw:tD9aLoP_o-A:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jwaitdev?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Jwaitdev?a=sYEG3TSBXJw:tD9aLoP_o-A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jwaitdev?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
    &lt;/div&gt;</description>
    <enclosure type="audio/mpeg" url="http://archive.org/download/ARP32JudasContract/ARP-32-JudasContract.mp3" length="0" />
    <link>http://jwaitdev.blogspot.com/2015/02/arp-32-teen-titans-judas-contract.html</link>
    <author>[email protected]</author>
    <media:thumbnail url="http://1.bp.blogspot.com/-Miu_JPJPmiA/VOQzZPvEy0I/AAAAAAAAAGw/dg_kz3v_N8A/s72-c/ teen%2Btitan%2Bcopy.jpg" height="72" width="72" />
    <thr:total>0</thr:total>
    <media:content url="http://archive.org/download/ARP32JudasContract/ARP-32-JudasContract.mp3" type="audio/mpeg" />
    <itunes:explicit>no</itunes:explicit>
    <itunes:subtitle>Dev blog for practicing migration.</itunes:subtitle>
    <itunes:author>[email protected]</itunes:author>
    <itunes:summary>Dev blog for practicing migration.</itunes:summary>
    <itunes:keywords>comic,books,comics,marvel,dc,batman,superman,x,men,avengers,wo nder,woman,arcs,iron,man,captain,america,hulk,green,lantern,arrow,justice,league ,aquaman,thor,cyclops,storm,wolverine,spiderman</itunes:keywords>
    </item>
    <language>en-us</language>
    <media:rating>nonadult</media:rating>
    <media:description type="plain">Jwait Dev</media:description>
    </channel>
    </rss>

    I was shown on another forum that the web hosting site had resized the image. When I uploaded the image to Image Shack, it was fine. Image Shack does not resize the image on you.

  • Place rss feed on home page

    i'm curious how to place an rss feed in my home page. in
    addition to php
    i can use coldfusion.
    thanks in advance.

    ryansebiz wrote:
    > Mad Dog wrote:
    >
    >> Good luck with it!
    >
    > Thanks Mad Dog. I followed the guide and setup
    everything and it
    > works!
    > Like any good coder, there's one tweak I want to make.
    >
    > Where my blog posts are displayed on my home page, it
    shows the title
    > and date. However, the date appears as "Tue, 18 Jul 2006
    04:38:07
    > +0000" I'd prefer it to appear as "Tue, Jul 18 2006" or
    "Tuesday,
    > July 18 2006". Is this something that would need to be
    done in the
    > ColdFusion page, headlines.xsl file or in my WordPress
    blog?
    >
    >
    > The headlines.xsl blog RSS code is:
    >
    > <xsl:for-each
    select="rss/channel/item/title[position() &lt;=
    > $ItemsPerPage]">
    > <xsl:sort select="dc:date" order="descending" />
    > <p> <a href="{../link}"><xsl:value-of
    select="."/> </a></p>
    > <p><xsl:value-of
    select="../pubDate"/></p>
    > </xsl:for-each>
    >
    >
    > The page CF is:
    >
    > <cfinvoke
    >
    component="burnettcom.includes.MM_XSLTransform.MM_XSLTransform"
    > method="transform"
    > returnvariable="mm_xsl_output">
    > <!--- XSL Transformation --->
    > <cfinvokeargument name="xml"
    > value="
    http://www.burnettcom.com/blog/?feed=rss2">
    > <cfinvokeargument name="xsl"
    value="headlines.xsl">
    > <cfinvokeargument name="ItemsPerPage" value="10">
    > </cfinvoke>
    >
    >
    > How can I get the date to appear as "Tue, Jul 18 2006"
    or "Tuesday,
    > July 18 2006" instead of "Tue, 18 Jul 2006 04:38:07
    +0000"?
    See if these help:
    http://nayyeri.net/archive/2006/04/26/774.aspx
    http://nayyeri.net/archive/2006/04/27/791.aspx
    MD

  • Flash Deal Of The Day RSS Feed Reader

    I need to design a flash widget for MySpace that reads an rss feed and just shows the latest entry. I have seen flash rss feed widgets before but they show all the listings. I need it to check every day at 1:00am for the new one and load it automatically from a third party site (feedburner). I have some knowledge of flash but none in actionscript. I use the Creative Suite CS4. I am a fast learner so please explain in depth so I get the concept.
    Thank you in advance for any help.

    Ok I went through the tutorial in the video and everything seems to be working alright except I need to include links.
    Here is a portion of theXML file that is read:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.7.1" --><rss version="0.92">
    <channel>
    <title>SizzleTwist</title>
    <link>http://blog.sizzletwist.com</link>
    <description>Sizzling Hot Prices on Lots of Cool Stuff!!</description>
    <lastBuildDate>Tue, 25 Aug 2009 13:47:54 +0000</lastBuildDate>
    <docs>http://backend.userland.com/rss092</docs>
    <language>en</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Sizzletwist" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Home Surveillance System: Mini Wireless Security Camera</title>
      <description>We invest a lot for our luxury to make life comfortable but while investing in luxury we often forget to protect it and make the life unsafe and unsecure.
    Homeland Security 2.4 Ghz Wireless Motion Activated Security Camera and Receiver is a perfect solution to bring the safest and most ...</description>
      <link>http://blog.sizzletwist.com/index.php/home-surveillance-system-mini-wireless-security-came ra/</link>
       </item>
    <item>
      <title>National Geographic Egana Watch Yellow Chrono NG712GKSY</title>
      <description>You are right; National Geographic did not manufacturer this watch. This high quality watch was made by Egana for National Geographic. Egana is the manufacturer of brands such as Pierre Cardin, PUMA, and Carrera. When I first saw these watches I was not only impressed by the looks but also pleasantly ...</description>
      <link>http://blog.sizzletwist.com/index.php/national-geographic-egana-watch-yellow-chrono-ng712g ksy/</link>
       </item>
    <item>
      <title>High Quality Light Weight Electric Blaster Sunglass</title>
      <description>Quality of sunglasses includes high quality of lens and frame. But the benefit gets multiplied if it is design by the well-known artist.
    The Electric Blaster Sunglasses Trans Brown Stripe with Bronze Lens has high quality of polycarbonate lens, 8-Base Grylamide frame and it is design by the well-known artist- Ozzie Wright.
    Pro-surfer, musician, and ...</description>
      <link>http://blog.sizzletwist.com/index.php/high-quality-light-weight-electric-blaster-sunglass/</link>
       </item>
    The AS code just loads the description when clicked on. I need it to include the link located in the link tags.
    Here is the As code:
    var loader:URLLoader = new URLLoader();
    loader.addEventListener(Event.COMPLETE, onLoaded);
    lb.addEventListener(Event.CHANGE, itemChange);
    function itemChange(e:Event):void
    ta.text = lb.selectedItem.data;
    var xml:XML;
    function onLoaded(e:Event):void
    xml = new XML(e.target.data);
    var il:XMLList = xml.channel.item;
    for(var i:uint=0; i<il.length(); i++)
      lb.addItem({data:il.description.text()[i],
          label:il.title.text()[i]});
    loader.load(new URLRequest("http://feeds2.feedburner.com/SizzleTwist"));
    I want it to display the description then the blog link. As I mentioned I am just beginning with action script so I have no iead what to do.

  • 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.

  • Using xsl stylesheet with List View Web Part to display custom text

    Hi 
    i have an xsl stylesheet with sharepoint listview webpart. The list view shows some items based on a filter. I want to display custom text such as "No Items" when there are zero items in the list view using the xsl stylesheet. How do i achieve
    this. I have spent hours searching but couldnt find the exact answer. Please help me out. I am a light user not a hard core developer so I dont use Visual Studio. Thanks in advance

    Hi 
    I have customised the list view webpart using a custom xsl file by including it in the xsl link of the list view webpart. So i think i need to include the condition in the xsl file itself else it wont work. Since the list view webpart isnt using the default
    xsl. Please let me kknow if you have any idea about including a condition in xsl to check if there are not items in view. 
    The code of the xsl is included below.
    <!--
    This section is the set up and can be used at the top of any external XSLT stylesheet file
    -->
    <xsl:stylesheet
    xmlns:x="http://www.w3.org/2001/XMLSchema"
    xmlns:d="http://schemas.microsoft.com/sharepoint/dsp"
    version="1.0"
    exclude-result-prefixes="xsl msxsl ddwrt"
    xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"
    xmlns:asp="http://schemas.microsoft.com/ASPNET/20"
    xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt"
    xmlns:SharePoint="Microsoft.SharePoint.WebControls"
    xmlns:ddwrt2="urn:frontpage:internal">
    <xsl:output method="html" indent="no"/>
    <xsl:template match="/" xmlns:x="http://www.w3.org/2001/XMLSchema">
    <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row" />
    <table>
    <xsl:for-each select="$Rows">
    <xsl:call-template name="dvt_1.rowview"></xsl:call-template> 
    </xsl:for-each>
    </table>
    </xsl:template>
    <xsl:template name="dvt_1.rowview">
        <tr>
      <td><img height="78" width="60"><xsl:attribute name="src"><xsl:value-of select="@Photo"/></xsl:attribute></img></td>
        <td>
        <table style="margin-left:10px;">
        <tr><td><xsl:value-of select="@FullName"/></td></tr>
        <tr><td><xsl:value-of select="@DOBinWords"/></td></tr>
        </table>
        </td>
      </tr>
    </xsl:template>
    </xsl:stylesheet>

  • Spry RSS Feed widget works in IE but not Firefox or Chrome

    I've been trying to use the Spry RSS Feed widget (6/9/2011 - via the Widget Browser) to feed a Wordpress blog I have onto my site.  I customized the widget and installed the widget to my page, but it only works in IE (Version 8), and not in Firefox (9.0./1) or Chrome (16.0.912.63 m).  I thought maybe I had something conflicting with it on my page, so I even tried inserting into a completely blank page, but I get the same results.
    I've scoured the web for options to get this feed onto my site, and found PHP solutions, and a bunch of other tools, but I'm not much of a coder, and haven't been able to get them to work at all.
    I'm using CS 5.5
    Any recommendations?
    Thanks!!
    Here's the code from the blank page I tried:
    <!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>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryStackedContainers.css" rel="stylesheet" type="text/css" />
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2567023" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <script type="text/javascript">
    // BeginOAWidget_Instance_2567023: #OAWidget
    var ds1 = new Spry.Data.XMLDataSet("http://rss.cnn.com/rss/cnn_topstories.rss", "rss/channel/item");
    ds1.setColumnType("description", "html");
    // EndOAWidget_Instance_2567023
    </script>
    <div spry:region="ds1" class="StackedContainers">
      <div spry:repeat="ds1" class="RowContainer">
        <div class="RowColumn"><a href="{link/@href}">{title}</a></div>
        <div class="RowColumn">{description}</div>
      </div>
    </div>
    </body>
    </html>

    The problem is that XML data cannot be transmitted cross domain.
    This example, http://pleysier.com.au/rss/, uses Spry.Data.YQLDataSet to overcome the limitation, see here https://github.com/3rd-Eden/Spry-YQL-DataSet
    Gramps

  • XSL Stylesheet syntax

    In .xsl file,
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
    What is this xmlns:xsl="http://www.w3.org/TR/WD-xsl" for?
    and what is the different between xmlns:xsl="http://www.w3.org/1999/XSL/Transform ?
    Any help will be grateful.
    Regards,
    Kelly Chen
    null

    Thanks for your response Rick and I hope it resolves Kelly's issue. But I too would like to know exactly what the difference is between the two examples Kelly provided because I have run into an issue where some code will run with the first example but not with the second and vice verse and without knowing why the parser is reporting an error it's hard to know which reference to use when:
    1. Exactly what does a parser do with a namespace (or other URI) reference that causes it to treat the two examples differently?
    2. Is there any documentation (or freeware source code) available that might show how namespace (and other) references are used to validate?
    3. Does the parser compare the given string with a hard-coded string in the parser to see if they match? Does the parser look the URI up on the net to see if it exists? Does it do something like:
    if uri = 'xmlns:xsl="http://www.w3.org/TR/WD-xsl"' then load namespace values from new.txt
    else if uri = 'xmlns:xsl="http://www.w3.org/1999/XSL/Transform' then load namespace values from old.txt
    Thanks again!
    null

  • 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

Maybe you are looking for

  • MuVo does not show up in "My Comput

    I have an Emachines 2.92 ghz system with 024 ram running Windows XP and I <EM>do</EM> have Adminstrati've rights. I installed the software on my computer as instructed. When I rebooted and then attached the Muvo txfm to my usb port. The Muvo screen s

  • DBIF_RSQL_INVALID_CURSOR: Invalid interruption of a database selection.

    I have created an external program that extracts a very large table from SAP 7.0 through RFC using the NetWeaver SDK APIs. This program repeatedly calls an RFC-enabled function written in ABAP. On the first call the function does "OPEN CURSOR WITH HO

  • My iphone 5 is not recognized by itunes on my windows7 pc.

    my phone wasn't working properly so i installed iOS 7 and now I can't restore my backup files because itunes doesn't recognize my phone any more. what to do to have my backup files back.       ps. i upgraded itunes but still ask me to upgrade i tunes

  • Issue with PDF links and opened Adobe files

    I have tested and IE 8 opens correct links inside PDF's. When I open link in Mozilla or Chrome it will not work. Is this related to Adobe Plugin which is installed inside Add-ons? Strange is that link inside PDF shows the following link:resource://pd

  • Connecing 40' Dynex Tv to Panasonic Bluray

    I'm having issues connecting my Panasonic bluray player to my 40' Dynex TV. There are three outlets for HDMI - HDMI1 HDMI2 HDMI3 I purchased a Dynex HDMI cord, and connected in the correct spot on the bluray player for HDMI. My issue is that under my