Sign in
◑
Theme
eclipse
/
sourceediting
/
webtools.sourceediting.tests
/
ce97f63cf7bf802e72b4f40a4575cfc6177c52d8
/
.
/
tests
/
org.eclipse.wst.xml.validation.tests
/
testresources
/
samples
/
bugfixes
/
ValidateWithDTD
/
simple.dtd
blob: 2849b97244a71e12016ab28f25a4615963f641d5 [
file
]
<!ELEMENT simple (simple1)>
<!ATTLIST simple
version CDATA #REQUIRED
xmlns CDATA #FIXED 'http://www.simple.com/simple'
>
<!ELEMENT simple1 (simple2)>
<!ELEMENT simple2 EMPTY>