mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
o Relaxed the XML DTD to allow validation of files where the verbosity
level changed during the scan. [Daniel Miller]
This commit is contained in:
parent
b2eefcfe69
commit
d18c149e8c
2 changed files with 4 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
It represents to the topmost element of the output document.
|
||||
-->
|
||||
<!ELEMENT nmaprun (scaninfo*, verbose, debugging,
|
||||
((taskbegin, taskprogress*, taskend) |
|
||||
( taskbegin | taskprogress | taskend |
|
||||
prescript | postscript | host | output)*,
|
||||
runstats) >
|
||||
<!ATTLIST nmaprun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue