From owner-svn-doc-all@FreeBSD.ORG Wed Mar 6 22:31:37 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6BB46EE; Wed, 6 Mar 2013 22:31:37 +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 3A692CFC; Wed, 6 Mar 2013 22:31:36 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 3FDD014D251A; Wed, 6 Mar 2013 23:31:23 +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 cN8NcqhIrwxI; Wed, 6 Mar 2013 23:31:12 +0100 (CET) Received: from [192.168.1.103] (unknown [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 5C12A14D2431; Wed, 6 Mar 2013 23:31:12 +0100 (CET) Message-ID: <5137C3A7.4010908@FreeBSD.org> Date: Wed, 06 Mar 2013 23:31:03 +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> <5137AF3B.6040209@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 22:31:37 -0000 Em 06-03-2013 22:08, Gabor Pali escreveu: > On Wed, Mar 6, 2013 at 10:03 PM, Gabor Kovesdan wrote: >> >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. > Well, actually, I have added multiple entries to the uses.xml > file, and it apparently worked... What am I missing? If it works then it is because the legacy toolchain. Once the xml-tools branch is merged back, it will surely not work. Gabor