show and actuate attribute : xlink « Introduction « XML Tutorial

Home
XML Tutorial
1.Introduction
2.Namespace
3.XML Schema
4.XPath
5.XSLT stylesheet
XML Tutorial » Introduction » xlink 
1.10.2.show and actuate attribute
<?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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.