csp logo

Instructions for using this documentation

Issue XML Requirements

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 URL
  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="https://dx.doi.org/10.5061/dryad.bbbb">https://dx.doi.org/10.5061/dryad.bbbb</ext-link>