From owner-freebsd-doc@FreeBSD.ORG Sun Jul 7 16:34:40 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 05D07D94; Sun, 7 Jul 2013 16:34:40 +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 B54111AF8; Sun, 7 Jul 2013 16:34:39 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 4C10414D242E; Sun, 7 Jul 2013 18:34:33 +0200 (CEST) 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 UrJQFS3BUcDS; Sun, 7 Jul 2013 18:34:24 +0200 (CEST) Received: from [192.168.0.10] (54034B4D.catv.pool.telekom.hu [84.3.75.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id C8E3D14D2400; Sun, 7 Jul 2013 18:34:24 +0200 (CEST) Message-ID: <51D99892.3000905@FreeBSD.org> Date: Sun, 07 Jul 2013 18:34:26 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ren=E9_Ladan?= Subject: Re: [CFT] merging projects/entities References: <51D7F70B.8000206@freebsd.org> <51D83F92.7030808@FreeBSD.org> <51D98705.4070403@freebsd.org> <51D988DE.2050600@FreeBSD.org> <51D98E6D.2060306@freebsd.org> In-Reply-To: <51D98E6D.2060306@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FBSD Doc project X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 16:34:40 -0000 Em 07-07-2013 17:51, René Ladan escreveu: > Hm, if I understand correctly, these changes lose the role='nolink' > functionality in DocBook (i.e. there is now always a clickable link) and > for XHTML they results in build errors: > > namespace warning : Namespace default prefix was not found > &a.tabthorpe; tabthorpe@FreeBSD.org > Sorry, I missed the role attribute. The namespace should have been xmlns="". This patch seems to solve both problems and works fine: http://kovesdan.org/patches/email-entities.diff Gabor