GetVocal Voice Portal Technologies

[1.0 to 2.0][Tags][Attributes][Variables][Events][Properties]


 Value of a Tag


The value of a tag is what appears between the start tag and the end tag. A tag may have no value, in which case it is said to be empty. The value may be a combination of parsed text and/or nested tags

In this example, the value of the tag ABC is the parsed text "alphabet":

    <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.
©  GetVocal, inc. All Rights Reserved.