Element: <url>

Syntax


<!ELEMENT url            (#PCDATA)>

This element occurs in the elements download.

Description

The element url allow to specify the URL of the directory containing the file to be downloaded when processing a download element.

Examples


<download>
    <file>kbd-1.08.tar.gz</file>
    <url>ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/</url>
    <destination>/tmp/</destination>
    <digest>924e6a05e52715dc0f96385b35f2f680</digest>
</download>