mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
413f8b517669288d815da38fc6b7073edda37ecc
This is complicated: a validating parser needs to know how to handle whitespace (as ignorable markup or as a whitespace node). The default is to treat it as a whitespace node, and the standalone="yes" tells it that the document can be handled as such, since there is no internal doctype definition that says otherwise. But then, when we try to validate against our DTD, the parser sees that some elements are defined with element-only content, which conflicts with the standalone default. References: http://www.w3.org/TR/REC-xml/#sec-rmd http://bytes.com/topic/net/answers/553902-standalone-yes
…
…
…
…
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%