GetVocal Voice Portal Technologies

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


 Empty Tag


An empty tag is a tag which has no value. There are two ways to write an empty tag. The following example has two empty tags, one named ABC and one named DEF. These two styles are exactly equivalent as far as the XML parser is concerned, which form you use is a matter of taste or convenience.

    <ABC/><DEF><DEF/>

An empty tag may still contain attributes, for example:

    <ABC pct="100%"/>

©  GetVocal, inc. All Rights Reserved.