| |||
Text Format mcRipper uses XML. The basic structure is:
Each item, regardless of type, is followed by its script, then its properties, one to a line. All data are escaped to not contain <. Data with carriage returns is stored as CDATA, and escaped not to have ]] in it. More info coming on escaping, or look at the source. Each property line is the name of the property as a tag, the value of the property, and the name of the property as a closing tag. | |