1<?xml version="1.0" encoding="utf8" standalone="no"?> 2<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> 3 4<!-- XML tags are case sensitve, the root element should have been in lower case --> 5 6<Properties> 7<comment>comment</comment> 8<entry key="firstKey">value of the first key</entry> 9</Properties> 10