[xsl] Converting embedded URLs int hot links via XSL

Subject: [xsl] Converting embedded URLs int hot links via XSL
From: Ghulam Abbas <abbasg_99@xxxxxxxxx>
Date: Fri, 16 Apr 2004 12:53:25 -0700 (PDT)
Here is the sample xml

<strings>
<str>Test url string: 'http://www.yahoo.com' and one
more url "https://www.yahoo.com";</str>
</strings>

So, is there a way to extract the urls above from str
and then convert them into hotlinks. The desired html
is something like
Test url string: <a href="http://www.yahoo.com";
target="_blank">'http://www.yahoo.com'</a> and one
more url <a href="https://www.yahoo.com";
target="_blank">"https://www.yahoo.com";</a>

I've tried recursion but it doesn't work. Any ideas???

Thanks,
Abbas


	
		
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

Current Thread