Still talking to myself... looks like this code:

        Abdera abdera = new Abdera();
        Parser parser = abdera.getParser();
        ParserOptions options = parser.getDefaultParserOptions();
        options.setFactory(new RSSFOMFactory(abdera));
        Document<Feed> doc = parser.parse(in, null, options);

does what I expect, which is nice, but I still wonder which one is the right way to extend Abdera.

        Ugo



--
Ugo Cei
Blog: http://agylen.com/
Open Source Zone: http://oszone.org/
Evil or Not?: http://evilornot.info/
Company: http://www.sourcesense.com/


Reply via email to