From owner-freebsd-doc@FreeBSD.ORG Sun Jul 7 16:53:31 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 91E224E9; Sun, 7 Jul 2013 16:53:31 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x235.google.com (mail-ea0-x235.google.com [IPv6:2a00:1450:4013:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 001A61BC9; Sun, 7 Jul 2013 16:53:30 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id a15so2462405eae.40 for ; Sun, 07 Jul 2013 09:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=+IX43Wl7gJiim6fY6ItvRBl2df/NnwKxj5RSBagTfF0=; b=HkK4sZCADA3Znjp/Oe1Mh4RkromMDdr8Pl85C5qP4odyhCpvyVJPgLO/Wge3+nSrS4 +zH3IxmDxK6/RbWTIx4gkPKduvca9nH9Wfd/k9HNh4rpKW25xxdEJY/xj+J4LnR3phu9 QhifxP8s3Jd11tjrsLNPyPbiLpqH/GAuJzY/hBdM6WiZ2QstR+sF02YiMBjh+sjORrim Z4vMCeU7JMcDT6PmAQvUkWhu2x6KvTX3t1fMoYZLUV1zdC+6i7z/KUed1nXdrBI/cfn0 9al5fYty9u/Ukb+cDVxncyBX0rSeRSPvGgukhG9+wZLXtUcR9JrWIRqgLEtUp3vlNTRY YF+g== X-Received: by 10.14.100.135 with SMTP id z7mr21103925eef.113.1373216010120; Sun, 07 Jul 2013 09:53:30 -0700 (PDT) Received: from [192.168.123.167] (136-206-ftth.onsbrabantnet.nl. [88.159.206.136]) by mx.google.com with ESMTPSA id cg12sm34518590eeb.7.2013.07.07.09.53.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 07 Jul 2013 09:53:29 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51D99D07.1070808@freebsd.org> Date: Sun, 07 Jul 2013 18:53:27 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130701 Thunderbird/17.0.7 MIME-Version: 1.0 To: Gabor Kovesdan 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> <51D99892.3000905@FreeBSD.org> In-Reply-To: <51D99892.3000905@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 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:53:31 -0000 On 07-07-2013 18:34, Gabor Kovesdan wrote: > 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 > Almost there, but using a nolink email address in htdocs fails with the same error as above. Maybe share/xml/xhtml10-freebsd.dtd is the wrong file to add this? René