ZVON > Tutorials > XLink - Simple Links
Prev | Next | [Help]

7. Attributes show and actuate (show=replace actuate=onLoad), part one

Description

If attribute show is set to replace then the link replaces current document. When attribute actuate is set to onLoad, replacement is immediate. You will proceed to the next example immediately.



Source Result
  <zvon:doclink xmlns:zvon = "http://www.zvon.org"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xlink:type="simple"
   xlink:href="xml7_out.xml"
   xlink:show="replace"
   xlink:actuate="onLoad">
  You will immediately proceed to the next example.
  (If not, you are watching 'simulated'
  presentation with JavaScript disabled.)
</zvon:doclink>