From owner-svn-doc-all@FreeBSD.ORG Wed Mar 6 21:03:56 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C39CB988; Wed, 6 Mar 2013 21:03:56 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 7E29D849; Wed, 6 Mar 2013 21:03:56 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id A2A8C14D2516; Wed, 6 Mar 2013 22:03:55 +0100 (CET) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id X1Vps7DnNPa1; Wed, 6 Mar 2013 22:03:52 +0100 (CET) Received: from [192.168.1.103] (5403A6BE.catv.pool.telekom.hu [84.3.166.190]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 7CD7014D2431; Wed, 6 Mar 2013 22:03:52 +0100 (CET) Message-ID: <5137AF3B.6040209@FreeBSD.org> Date: Wed, 06 Mar 2013 22:03:55 +0100 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Gabor Pali Subject: Re: svn commit: r41112 - head/en_US.ISO8859-1/books/porters-handbook References: <201303061910.r26JAnUN037073@svn.freebsd.org> <5137A6EB.3000507@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 21:03:56 -0000 Em 06-03-2013 21:39, Gabor Pali escreveu: > Hm... That was my initial idea, but I tried to spare ports people > (like bapt) from the added syntactical noise. I will play with this > further and refactor, but actually I did not see any difficulty with > this as, to my intuition, the entity is just replaced by the contents > textually. > > Probably that is what I missed to consider? Yes it is just replaced with the textual content but the text that is to be inserted still has to be well-formed XML. Since there is only one row entry, this is apparently true but if you start adding more it will not be any more since there will be more root elements so this design does not support your original intention. Gabor