From owner-svn-doc-head@FreeBSD.ORG Wed Mar 6 21:08:24 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E17BA7A; Wed, 6 Mar 2013 21:08:24 +0000 (UTC) (envelope-from pali.gabor@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 3407D895; Wed, 6 Mar 2013 21:08:24 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id ta14so3956080obb.0 for ; Wed, 06 Mar 2013 13:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=lchRb6/1Npz2NvVEHm6b/VB7FrNtJNXbDWsxKOVZVLQ=; b=DNYEnZ6J7a5YHayhQhKGND8QN/9knGdiBTzYGOkXmNwuJQIL0PphcyUthe6ZxfeDHr dCB1p6YPTCBbuRV7EMhJwXaqUkIW077BwsJllvNdsdxFSnqonUY+Bt3dqknh2K/VFwx/ n9yM7KT4QZwl8m41Rw3DnxTbA4qljNFQrQ0abNTaAaR7UyNTsWUNkaI9hUXyJNRJeEoo xOdoW1mA8n5S9psjvXayGcku70IxJs/0ZVu7YMQ2IAZYGXo/qKOLcYDedTGUSr8webkx fr2Ua+JNmEDlHX3kxZpR3+UGvLU6/5BRZZMM762fyB8iGxAxIh2kkvHP5R2ky2Zdzs2/ ALMQ== MIME-Version: 1.0 X-Received: by 10.60.20.225 with SMTP id q1mr23769557oee.31.1362604103805; Wed, 06 Mar 2013 13:08:23 -0800 (PST) Sender: pali.gabor@gmail.com Received: by 10.182.87.195 with HTTP; Wed, 6 Mar 2013 13:08:23 -0800 (PST) In-Reply-To: <5137AF3B.6040209@FreeBSD.org> References: <201303061910.r26JAnUN037073@svn.freebsd.org> <5137A6EB.3000507@FreeBSD.org> <5137AF3B.6040209@FreeBSD.org> Date: Wed, 6 Mar 2013 22:08:23 +0100 X-Google-Sender-Auth: R_HW8LIhIiz1jAsyoNxkr4K0gNE Message-ID: Subject: Re: svn commit: r41112 - head/en_US.ISO8859-1/books/porters-handbook From: Gabor Pali To: Gabor Kovesdan Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 21:08:24 -0000 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?