Can XSLT recognize if something in a hyperlink?

I’m trying to make it so when my XSLT displays my XML, for the URL column I want it to check to see if something starts with http:// (if its a link), and if it isn’t to display whatever string is put in the XML.

Is this even possible?