show and actuate attribute : xlink « Introduction « XML Tutorial






<?xml version = "1.0"?>
<contacts xmlns:xlink = "http://www.w3.org/1999/xlink">

   <contact
      xlink:type = "simple"
      xlink:href = "about.xml"
      xlink:role = "http://www.java2s.com"
      xlink:title = "Java2s.com"
      xlink:show = "new"
      xlink:actuate = "onRequest">

      Contact
   </contact>

</contacts>

File: about.xml

<?xml version = "1.0" ?>
<about>

</about>








1.10.xlink
1.10.1.XML file that shows simple linking
1.10.2.show and actuate attribute
1.10.3.Link to second node