• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

RSS item -- pubDate need to parse

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone,
I followed the directions at: http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/ using RSS 2.0 and all works well, but I also need to parse the following:

<item>
-<title>
title here
</title>
<pubDate>Wed, 27 Jul 2005 05:00:00 PDT</pubDate>
.....
</item>



I dont see anything in the taglib supplied that would allow me to do parse the item-->pubDate data. Any information as to how to accomplish this task?
reply
    Bookmark Topic Watch Topic
  • New Topic