1. Ignore XML attributes
2. Allow boolean attributes
3. Always creates text node
4. Preserve order
5. Group all the attributes of a tag under the property name of "@_"
6. Parse CDATA as separate property
7. Parse XML comment
8. Ignore XML declaration tag
9. Ignore XML PI tags
10. Remove namespace string from tag and attribute names
11. Trim whitespace from tag or attribute value
12. Parse tag value
13. Parse attribute value