Return-Path: X-Original-To: apmail-abdera-dev-archive@www.apache.org Delivered-To: apmail-abdera-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A35710965 for ; Fri, 6 Sep 2013 16:14:57 +0000 (UTC) Received: (qmail 85629 invoked by uid 500); 6 Sep 2013 16:14:56 -0000 Delivered-To: apmail-abdera-dev-archive@abdera.apache.org Received: (qmail 85602 invoked by uid 500); 6 Sep 2013 16:14:53 -0000 Mailing-List: contact dev-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@abdera.apache.org Delivered-To: mailing list dev@abdera.apache.org Received: (qmail 85340 invoked by uid 99); 6 Sep 2013 16:14:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 16:14:51 +0000 Date: Fri, 6 Sep 2013 16:14:51 +0000 (UTC) From: "Everett Toews (JIRA)" To: dev@abdera.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ABDERA-5) Need a way to pretty print feeds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ABDERA-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760314#comment-13760314 ] Everett Toews commented on ABDERA-5: ------------------------------------ To use this do {code} Writer writer = abdera.getWriterFactory().getWriter("prettyxml"); writer.writeTo(entry, System.out); {code} > Need a way to pretty print feeds > -------------------------------- > > Key: ABDERA-5 > URL: https://issues.apache.org/jira/browse/ABDERA-5 > Project: Abdera > Issue Type: New Feature > Reporter: Garrett Rooney > Assignee: James M Snell > Priority: Minor > > When we serialize feeds back to XML the output is kinda hideous, since it all comes out as one really long line. > It'd be great if there was some built in way to pretty print the output (like you get from the --format option to xmllint), but according to James there's no way to do that in Axiom. > This issue is just a reminder so the idea doesn't fall off the radar. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira