mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Merge r17202:17298 from /nmap-exp/david/nmap-xml. This brings in
structured XML output, automatic closing of XML elements on error, and inclusion of error messages in XML output.
This commit is contained in:
parent
62955f75e6
commit
859ef5ecaf
14 changed files with 1059 additions and 431 deletions
|
|
@ -313,12 +313,15 @@
|
|||
<!ATTLIST output type (interactive) #IMPLIED>
|
||||
|
||||
<!-- these elements are generated in output.c:printfinaloutput() -->
|
||||
<!ELEMENT runstats (finished, hosts) >
|
||||
<!ELEMENT runstats (finished, hosts)>
|
||||
|
||||
<!ELEMENT finished EMPTY >
|
||||
<!ATTLIST finished time %attr_numeric; #REQUIRED
|
||||
timestr CDATA #IMPLIED
|
||||
elapsed %attr_numeric; #REQUIRED
|
||||
summary CDATA #IMPLIED
|
||||
exit (error|success) #IMPLIED
|
||||
errormsg CDATA #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT hosts EMPTY >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue