link XML Element
Topic Last Modified: 2006-06-13
Name
link
Namespace
DAV:
Description
Identifies the property as a link and contains the source and destination of that link.
Remarks
The link XML element is used to provide the sources and destinations of a link. The name of the property containing the link XML element provides the type of the link (for example, the href XML Element). Link is a multi-valued element, so multiple links may be used together to indicate multiple links of the same type. The values in each href XML Element inside the src XML Element and the dst XML Element of the link XML element will not be rejected if they point to a resource that does not exist.
Element Definition
<!ELEMENT link (src+, dst+)>