Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 13:39:54 -0400 (EDT)
From:      Dan Langille <dan@langille.org>
To:        freebsd-vuxml@freebsd.org
Subject:   vuln.xml is not XML
Message-ID:  <20040830133416.X35009@xeon.unixathome.org>

next in thread | raw e-mail | index | archive | help

I refer to my previous message regarding the difficulties in parsing
vuln.xml.  I have since learned that any markup (e.g. <p>) 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 "<![CDATA[" and end with the
   string "]]>":]

I propose that markup be enclosed with a CDATA section.

-- 
Dan Langille - http://www.langille.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830133416.X35009>