<s> (has string value)


Relations as subject 

Value

value Accepts all Unicode characters, except values which are excluded by XML.

XML requires you to encode 5 characters into character entity references

Required XML character encoding

&lt; This is the character entity reference for the < character.
&gt; This is the character entity reference for the > character.
&amp; This is the character entity reference for the & character.
&quot; This is the character entity reference for the " character.
&apos; This is the character entity reference for the ' character.

However XML allows you to encode every character

XML (hexa)decimal character encoding

&#number; The decimal value of the Unicode character.
&#xnumber; This hexadecimal value of the Unicode character.

Relations as object 

<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.

Remarks


diputree documentation © 2000 dipu