From 45213685a9baf6487967a9bd1a4e38bfa9ade99e Mon Sep 17 00:00:00 2001 From: david Date: Fri, 19 Sep 2008 23:33:50 +0000 Subject: [PATCH] Change nmap.dtd to include some elements and attributes used by Zenmap. These are the profile_name attribute of the nmaprun element, the comment attribute of the host element, and the output element. All of them are optional so this new DTD is backwards-compatible. The output element is a replacement for what was the nmap_output attribute in Zenmap. It just holds the plain text of interactive output. It can be interpersed in chunks with the host elements, though Zenmap always writes it in one big block. --- docs/nmap.dtd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/nmap.dtd b/docs/nmap.dtd index 8626db71b..2c42d8ad9 100644 --- a/docs/nmap.dtd +++ b/docs/nmap.dtd @@ -72,13 +72,14 @@ - + @@ -138,6 +139,7 @@ @@ -309,6 +311,10 @@ to CDATA #REQUIRED > + + + +