XML resources file format =============================== 1. Basics ----------- XML resource is well-formed XML document, i.e. all tags are paired and there is only one root node, which is always . In the following text, I will use standard XML terminology: Here, tag_one is a node (the word 'tag' refers to the type of the node), prop1 and prop2 are properties and tag_two is a child node of tag_one. Property's default value is the value that will be assigned to the property if you do not specify it explicitly. I will use the term "primary node" to refer to nodes than represent controls, dialogs etc. "Secondary nodes" are nodes used to store data: primary Demo Dialog... secondary 100,200d secondary secondary In the example above,