ZVON > References > XLINK Reference
[Help] 
Go to standard 
attribute: show
for elements: <simple>, <arc>
Standard excerpt:
Behaviour attribute. The show attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource.
Values: Standard excerpt:
new [3] [4] An application traversing to the ending resource should load it in a new window, frame, pane, or other relevant presentation context.
replace [5] [7] [8] An application traversing to the ending resource should load it in the same window, frame, pane, or other relevant presentation context.
embed [6] [2] An application traversing to the ending resource should load it in place of the starting resource (similar to HTML fragment < IMG SRC= ...>. The starting resource is typically not an entire document; it would be the entire document only when the root element of the document is a simple link. Thus, embedding typically has an effect distinct from replacing. (For example, if the ending resource is XML, it is not parsed as if it were part of the starting resource.).
other The behavior of an application traversing to the ending resource is unconstrained by this specification. The application should look for other markup present in the link to determine the appropriate behavior.
none The behavior of an application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior.

Examples (xlink:xml):