<webdav> Configuration Element

This element contains the configuration information for the use of Ephox EditLive! for XML with WebDAV repositories.

Configuration Element Tree Structure

When the <webdav> element appears within the <multimedia> the configuration information contained within the <webdav> element is used to configure the WebDAV support for embedded objects and multimedia file types in EditLive! for XML.

OR

When the <webdav> element appears within the <images> the configuration information contained within the <webdav> element is used to configure the WebDAV support for image repositories in EditLive! for XML.

OR

When the <webdav> element appears within the <hyperlinks> the configuration information contained within the <webdav> element is used to configure the WebDAV support for hyperlinks in EditLive! for XML.

<editLive>
  ...
  <mediaSettings>
    <multimedia>
      ...
      <webdav
        <!--webdav configuration settings-->
      </webdav>
    </multimedia>
    ...
  </mediaSettings>
  ...
</editLive>

OR

<editLive>
  ...
  <mediaSettings>
    <images>
      ...
      <webdav
        <!--webdav configuration settings-->
      </webdav>
    </images>
  </mediaSettings>
  ...
</editLive>

OR

<editLive>
  ...
  <hyperlinks>
    ...
    <webdav>
      <!--webdav configuration settings-->
    </webdav>
    ...
  </hyperlinks>
  ...
</editLive>

Child Elements

<repository>

This element defines the location of a WebDAV repository.

Remarks

The <webdav> element can appear only once within the <images> element.

The <webdav> element can appear only once within the <hyperlinks> element.

The <webdav> element can appear only once within the <multimedia> element.

To use the WebDAV functionality of EditLive! for XML the WebDAV property for EditLive! for XML in your API must be set. For more information please consult the reference of your EditLive! for XML API.