csp logo

Instructions for using this documentation

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article object

Links, external

Element or context:

<ext-link>

Requirements:

  1. If linking to an email address, set attribute 'ext-link-type' to "email" and set attribute 'xlink:href' to the email address prefaced with "mailto: " (see example)
  2. If linking to a URL, set attribute 'ext-link-type' to "uri" and set attribute 'xlink:href' to the entire URL, including the 'http' or 'https', even if the domain starts with 'www'
  3. If linking to a DOI that is the complete DOI URL, use "uri" as the 'ext-link-type' attribute value

Examples

<ext-link ext-link-type="email" xmlns:xlink="mailto:mlk@gmail.com">mlk@gmail.com</ext-link> <ext-link ext-link-type="uri" xmlns:xlink="http://www.myexample.com"</ext-link>