xlink:href = http://www.sportsdayevent.xml#element(/1/4)”

This refers to the 4 child element inside root element.

xlink:href = http://www.sportsdayevent.xml#element(cricket/1/4)”

Second example indicates fourth child element inside the first child element of the ‘id’ cricket.

The example below refers to the “football” id in http://www.sportsdayevent.xml

<?xml version=”1.0”?>

<sports xmlns:xlink=”http://www/w3/org/TR/xlink/”>   

<game xlink:type=”simple” xlink:href=” http://www.sportsdayevent.xml#element(football)” xlink:show=”new” > Football</game>

…..

</sports>