java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic Content (1 - 23 Apr 2006 - Main.kebernet)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="RomeModules"

Content

This plug in is for use content:encoded in feeds.

The latest version is 0.4 available.

Sample Usage

        SyndFeedInput input = new SyndFeedInput();
        SyndFeed syndfeed = input.build(new XmlReader(feed.toURL()));

        Module module = syndfeed.getModule("http://purl.org/rss/1.0/modules/content/");
        ContentModule content = (ContentModule) module;
        
        Iterator it = content.getEncodeds().iterator();
        System.out.println( it.next() );

Changes:

0.4

Initial move to the ROME project.

-- Main.kebernet - 23 Apr 2006


Topic Content . { View | Diffs r1 | More }
 XML java.net RSS