java.net: Wiki

The Source for Java Technology Collaboration


 <<O>>  Difference Topic Wfw (1 - 11 Jan 2007 - Main.ajohnson1200)
Line: 1 to 1
Added:
>
>
META TOPICPARENT name="Rome"

Content

This plug in is for use in feeds that contain the wfw:comment and wfw:commentRss elements.

The latest version is 0.1 available.

Sample Usage

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

        Module module = syndfeed.getModule("ttp://wellformedweb.org/CommentAPI/");
        CommentAPIModule comments = (CommentAPIModule) module;
        String commentURL = content.getComment();
        String commentRssURL = content.getCommentRss();

Changes:

0.1

Initial creation.

-- Main.ajohnson1200- 11 Jan 2007


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