mathiasbynens / small

Smallest possible syntactically valid files of different types
https://mathiasbynens.be/notes/minimal-html
1.93k stars 184 forks source link

Adding XML 1.0 and 1.1. #34

Closed Zegnat closed 11 years ago

Zegnat commented 11 years ago

4 files, 2 for each version of XML.

For each version there is a well-formed XML document. This is the shortest file that should be accepted by an XML parser of the respective version.

Alternatively ‘valid’ documents have been supplied. These contain a DOCTYPE clarifying the shortest XML tree.

Closing #32 if accepted.

mathiasbynens commented 11 years ago

Nice work!