From 78483a1c4196c0db4e520130b02318a43cd09b24 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 18 Oct 2013 20:16:27 +0000 Subject: [PATCH] Suggest creating nmap.xsd schema --- todo/nmap.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index cc7b6a16d..887bce0a4 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -1,5 +1,9 @@ TODO $Id: TODO 11866 2009-01-24 23:10:05Z fyodor $ -*-text-*- +o Add a W3C XML Schema Definition (XSD) for Nmap XML output. Keeping the DTD + around is also helpful, but XSD is widely supported and could help improve + support for Nmap XML in other tools. + o Web: figure out why autogeneration of nmap.org/nsedoc/ doesn't seem to be working. I think we had a cron job which was supposed to be doing it.