Hi,
I have the following two tags in an XML file:
<Ref_Number>abcdefg</Ref_Number>
<Ref_Number_Link>c:\abcdefg.doc</Ref_Number_Link>
Is it possible with XSL to create an HTML <a> tag where the displayed link text would be equal to <Ref_Number>(ie:abcdefg) and where 'href' would be equal to...