npsobj insertvalue link

Syntax

npsobj_insertvalue_link ::=

  <npsobj insertvalue="link" name = "name" />

Task

link elements can be placed into the head element of a webseite. They enable the browser (provided it supports this feature) to display additional navigation elements for accessing other pages relevant for the website structure (e.g. the parent document or the search page).

This NPSOBJ instruction Inserts three link elements into the output file. The first link tag contains the following attributes:

  • rel with the value up
  • href with the value that is returned by a query for the URL of parent in the context of name.

The second link tag contains the following attributes:

  • rel with the value next
  • href with the value that is returned by a query for the URL of next in the context of name.

The third link tag contains the following attributes:

  • rel with the value previous
  • href with the value that is returned by a query for the URL of previous in the context of name.

Example

<npsobj insertvalue="link" name="self"/>