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:
relwith the valueuphrefwith the value that is returned by a query for the URL ofparentin the context ofname.
The second link tag contains the following attributes:
relwith the valuenexthrefwith the value that is returned by a query for the URL ofnextin the context ofname.
The third link tag contains the following attributes:
relwith the valueprevioushrefwith the value that is returned by a query for the URL ofpreviousin the context ofname.
Example
<npsobj insertvalue="link" name="self"/>