mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
9 lines
209 B
DTD
9 lines
209 B
DTD
<!-- A stupid Soap DTD example -->
|
|
<!ELEMENT Envelope (Header?,Body)>
|
|
<!ELEMENT Header (#PCDATA)>
|
|
<!ELEMENT Body (getInput)>
|
|
|
|
<!ELEMENT getInput (id)>
|
|
<!ELEMENT id (#PCDATA)>
|
|
<!ATLIST id type CDATA #REQUIRED>
|