Kevin and all,

Here is a patch for RSSPortlet. It was getting hung up on the RSS files
at InternetAlchemy http://internetalchemy.org/channels/rss/* because
they don't have a description.

lines 350 - 354      ( the line with the ******* is the patch)

                if ( child.getNodeName().equals( "description" ) ) {
********              if (child.getFirstChild() != null) {    *************
                          description = child.getFirstChild().getNodeValue();   
                        }       
                }
                   
Sorry about the format, this is my first contribution and I'm not really
up to speed on diffs etc. (or Java for that matter, but I'm learning).

Also, this may have already been fixed as I haven't tried to get
anything out of CVS for awhile.
 
    
Mike


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to