8 lines
130 B
8 lines
130 B
8 months ago
|
<?xml version="1.0"?>
|
||
|
<!-- comment before the DTD -->
|
||
|
<!DOCTYPE doc [
|
||
|
<!ELEMENT doc ANY>
|
||
|
]>
|
||
|
<!-- comment after the DTD -->
|
||
|
<doc/>
|