standard.lib.xml.htmlElemDescArray

htmlElemDescArray is available since version 1.0.

Prototype:

array htmlElemDescArray(number htmlElemDescHandle)

Parameters

htmlElemDescHandle
a handle to a htmlElemDesc

Description:

Describes the htmlElemDesc into an array.

The array will have the following keys: "name", "startTag", "endTag", "saveEndTag", "empty", "depr", "dtd", "isinline", "desc", "defaultsubelt"

Return value:

Returns an array.