From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 3/5] src: xml printing: delete text format Date: Fri, 19 Apr 2013 02:00:35 +0200 Message-ID: <20130419000034.GA23864@localhost> References: <20130410163912.6303.8705.stgit@nfdev.cica.es> <20130410164007.6303.77061.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Return-path: Received: from mail.us.es ([193.147.175.20]:52570 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967325Ab3DSAAj (ORCPT ); Thu, 18 Apr 2013 20:00:39 -0400 Content-Disposition: inline In-Reply-To: <20130410164007.6303.77061.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Apr 10, 2013 at 06:40:07PM +0200, Arturo Borrero wrote: > Delete all \n and \t from XML output. I have also applied this cleanup. Thanks.