The Source for Java Technology Collaboration


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 . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 11 Jan 2007 - 08:02:52 - Main.ajohnson1200
Parents: WebHome > Rome