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