Element: <digest>

Syntax

<!ELEMENT digest         (#PCDATA)>
<!ATTLIST digest
          type           CDATA "md5">

This element occurs in ; Element: <download> | Element: <unpack>

Description

The element digest is used to specify the MD5 digest hash of the archive file to be unpacked, or of the file to be downloaded.

The attribute type is preset as an MD5 hash.

Examples

Refer to Element: <reference> for an example.

There is no equivalent Bash script example for this element.