1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 3<!-- An XML properties document has the DOCTYPE declaration with the properties root element --> 4 5<properties> 6<entry key="foo">bar</entry> 7<entry key="gus">baz</entry> 8</properties> 9