Format of href attribute in cross-references

The href attribute requires the address of the referenced resource to be in the standard URI format.

The resources being referenced in xref, link, lq, glossref, and source elements are specified in the href attribute.

A URI, or Uniform Resource Indicator, is a standard for referencing resources on the Internet. The similar term URL, or Uniform Resource Locator, means a specific type of URI where the location and the means of retrieving the resource are both incorporated in the address. For example, the URL http://store.scriptorium.com/items/Books/list.htm nominates the address of the resource and the protocol to use to retrieve it (in this case, http). In general, however, most people use the terms interchangeably!

Files on a file server or network drive on a local network can be referenced using the URI convention. Most DITA authoring tools will let you browse for the resource you want to reference, and then format the address in the correct UNC format. For example, the address of a file on a network server must be prefixed with the protocol smb://.

You must use (forward) slash characters for path separators. Do not use backslashes. Such file references are URIs in DITA, not file paths. The backslash is an illegal character in URIs. When referencing resources on a network server, prefix the UNC path with smb://.

You cannot use an ampersand (&) character in an href attribute. If the URL being referenced contains an ampersand character, the & character escape should be used to indicate that character.