Fixed
Details
Assignee
ROME Jira LeadROME Jira LeadReporter
Martin KurzMartin KurzFix versions
Affects versions
Priority
Major
Details
Details
Assignee
ROME Jira Lead
ROME Jira LeadReporter
Martin Kurz
Martin KurzFix versions
Affects versions
Priority
Created December 13, 2008 at 4:18 PM
Updated September 15, 2011 at 6:55 PM
Resolved January 5, 2009 at 8:12 PM
Hi,
and i've got a last patch for today: i would like to be able to select the
output format when outputting a feed with SyndFeedOutput or WireFeedOutput
between compact format (no formatting whitespaces and newlines) and pretty-print
(better human readablity), so i patched the two output classes and added
additional output methods, allowing to choose between pretty-print (default) or
not. Because the added methods don't influence existing code at all (default ist
still prettyPrint, but you can call ie output(feed, writer, false) to get a
compact feed), this change shouldn't be any problem for existing code.
Greetings,
Martin