mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 21:09:00 +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:
@@ -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 >
|
||||
|
||||
Reference in New Issue
Block a user