I have written this test code to read in a XSL data file and locate link elements:
link
using System; using System.Xml.Linq; namespace ConsoleApp1 {