QML - Create Your Own Adventure

XML Value

An XML value is always at the right side of an attribute, enclosed in double or single quotes. If you want to use quotes in an attribute value, you need to alternate double and single quotes. For example: <input text='"How old are you?" the man asks.'/>
You can also use the entity (special character) "&quot;" for quotes.

How exactly attribute values are written depends on the use.