|
Newsletters
|
|
|
|
|
Voice XML Reference
Voice XML Reference
Bookmark this page
The meta Element - <meta>
Description: The <meta> element specifies meta-data, as in HTML, which is data about the document rather
than the document’s content. There are two types of <meta>. The first type specifies a meta-data
property of the document as a whole.
Example:
<?xml version="1.0"?>
<vxml version="1.0">
<meta name="maintainer" content="jpdoe@anycompany.example"/>
…
</vxml>
| Attributes |
| Name |
Value |
Description |
| name |
PCDATA |
The name of the meta-data property. |
| content |
PCDATA |
The value of the meta-data property. |
| http-equiv |
PCDATA |
The name of an HTTP response header. Either name or http-equiv must be specified, not both. |
Back to Tag Listing
|
|