From owner-cvs-all@FreeBSD.ORG Thu Mar 11 11:04:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E788816A4CE; Thu, 11 Mar 2004 11:04:07 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E1643D41; Thu, 11 Mar 2004 11:04:07 -0800 (PST) (envelope-from nectar@celabo.org) Received: from localhost (localhost [127.0.0.1]) by gw.celabo.org (Postfix) with ESMTP id 266D754861; Thu, 11 Mar 2004 13:04:07 -0600 (CST) Received: from gw.celabo.org ([127.0.0.1]) by localhost (hellblazer.celabo.org [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 86546-01; Thu, 11 Mar 2004 13:03:56 -0600 (CST) Received: from lum.celabo.org (lum.celabo.org [10.0.1.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "lum.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 61BC45482B; Thu, 11 Mar 2004 13:03:56 -0600 (CST) Received: by lum.celabo.org (Postfix, from userid 501) id 17046161853; Thu, 11 Mar 2004 12:50:05 -0600 (CST) Date: Thu, 11 Mar 2004 12:50:04 -0600 From: "Jacques A. Vidrine" To: Oliver Eikemeier Message-ID: <20040311185004.GA8031@lum.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200403111838.i2BIc0Wm091905@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200403111838.i2BIc0Wm091905@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Content-Transfer-Encoding: quoted-printable cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 19:04:08 -0000 On Thu, Mar 11, 2004 at 10:38:00AM -0800, Oliver Eikemeier wrote: > eik 2004/03/11 10:38:00 PST >=20 > FreeBSD ports repository >=20 > Modified files: > security/vuxml vuln.xml=20 > Log: > - restore the healthy mix of marc and securityfocus > - unicodeify Ulf again > =20 > Requested by: nectar > =20 > Revision Changes Path > 1.39 +4 -4 ports/security/vuxml/vuln.xml Thanks, Oliver! It occurred to me that the portion of the input in which Mr. H=E4rnhammar's name occurred was XHTML, where a wide variety of entities are defined (including the one you used). Also, the VuXML DTD pulls in these entities as part of XHTML modularization. Nonetheless, this is sort of a `coincidence' :-) The document itself is *not* XHTML and I prefer to avoid entities that are not pre-defined, so that processing tools do not have to know about XHTML entities, just XML and UTF-8. A numeric character reference would have also been OK, although I personally prefer to see the actual character. I will probably occassionally review and convert any character references into their UTF-8 equivalents, but contributors should feel free to use them when necessary (i.e. no UTF-8 environment). Cheers, --=20 Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd= .org