|
||
<ABC>alphabet</ABC>
In this example, the value of the tag is a combination of parsed text and two sub-tags (an empty tag named DEF and a tag named GHI which itself contains a parsed text value): <ABC>one<DEF/>two<GHI>value of GHI;</GHI></ABC>
The value of a tag is parsed as a series of elements.
|