mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
This commit is just to circunvent a problem, there is no need to have those files duplicated in our repository, that will be fixed soon.
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>
|