From owner-freebsd-vuxml@FreeBSD.ORG Mon Aug 30 17:39:55 2004 Return-Path: Delivered-To: freebsd-vuxml@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FDB16A4CE for ; Mon, 30 Aug 2004 17:39:55 +0000 (GMT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413A043D5F for ; Mon, 30 Aug 2004 17:39:55 +0000 (GMT) (envelope-from dan@langille.org) Received: from xeon (xeon.unixathome.org [192.168.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 4FB5D3D40 for ; Mon, 30 Aug 2004 13:39:54 -0400 (EDT) Date: Mon, 30 Aug 2004 13:39:54 -0400 (EDT) From: Dan Langille X-X-Sender: dan@xeon.unixathome.org To: freebsd-vuxml@freebsd.org Message-ID: <20040830133416.X35009@xeon.unixathome.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: vuln.xml is not XML X-BeenThere: freebsd-vuxml@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documenting security issues in VuXML List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 17:39:55 -0000 I refer to my previous message regarding the difficulties in parsing vuln.xml. I have since learned that any markup (e.g.

) should be be in a CDATA section. See http://www.w3.org/TR/REC-xml/ and look at section 2.7. CDATA sections begin with the string "":] I propose that markup be enclosed with a CDATA section. -- Dan Langille - http://www.langille.org/