Mega Code Archive

 
Categories / XML Tutorial / Introduction
 

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.rntsoft.com"       xlink:title = "rntsoft.com"       xlink:show = "new"       xlink:actuate = "onRequest">       Contact    </contact> </contacts> File: about.xml <?xml version = "1.0" ?> <about> </about>