Name

baseurl — base URL for all url elements

synopsis

<baseurl>STRING</baseurl>

parent elements

                    <urllist>
                

children elements

none.

attributes

none.

character data

base url.

description

This element sets base URL for all url elements in current urllist. Every URL is created by concatenating base url and url itself. This allows to abstract urllist and move it around easy.

examples

   <urllist>
      <!-- ... -->
      <baseurl>http://www.example.com</baseurl>
      <url>/foo.html</url>
      <url>/bar.html</url>
   </urllist>