value | Accepts all Unicode characters, except values which are excluded by XML. |
XML requires you to encode 5 characters into character entity references
< | This is the character entity reference for the < character. |
> | This is the character entity reference for the > character. |
& | This is the character entity reference for the & character. |
" | This is the character entity reference for the " character. |
' | This is the character entity reference for the ' character. |
However XML allows you to encode every character
&#number; | The decimal value of the Unicode character. |
&#xnumber; | This hexadecimal value of the Unicode character. |
<text>
<s>
value
The string value of the text.
<name>
<s>
value
The string value of the font name.
<uri>
<s>
value
The string value of the Uniform Resource Identifier.
<target>
<s>
value
The string value of the target frame.