mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix Nmap DTD to account for PCDATA in script element
This commit is contained in:
parent
90f534d8c1
commit
fb5c947453
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Fix Nmap's DTD, which did not recognize that the script element could contain
|
||||
character data when a script returns a number or a boolean.
|
||||
[Jonathan Daugherty]
|
||||
|
||||
o [GH#75] Normalize check targets to standard format check-*.
|
||||
[Gioacchino Mazzurco]
|
||||
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@
|
|||
|
||||
<!ELEMENT cpe (#PCDATA)>
|
||||
|
||||
<!ELEMENT script (table|elem)* >
|
||||
<!ELEMENT script (#PCDATA|table|elem)* >
|
||||
<!ATTLIST script
|
||||
id CDATA #REQUIRED
|
||||
output CDATA #REQUIRED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue