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

6. Attributes show and actuate (show=embed actuate=onLoad)

Description

If attribute show is set to embed then the link replaces the element link. When attribute actuate is set to onLoad, replacement is immediate (similarly to well-known element <html:img src=... >)



Source Result
  <zvon:logo xmlns:zvon = "http://www.zvon.org"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xlink:type="simple"
   xlink:href="zvon.gif"
   xlink:show="embed"
   xlink:actuate="onLoad">
  Mozilla M17 users: 
   This feature is not yet implemented,
   otherwise you will see the picture here.
 </zvon:logo>