1<?xml version="1.0" encoding="utf8" standalone="no"?> 2<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> 3 4<!-- 'key' attribute is expected. 'key1' is mistyped --> 5 6<properties> 7<comment>comment1</comment> 8<entry key1="typo">value of the first key</entry> 9</properties> 10 11