Wfw < Javawsxml < TWiki

TWiki . Javawsxml . Wfw

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

----- Revision r1 - 11 Jan 2007 - 08:02:52 - Main.ajohnson1200