herlrpvedu
New Member
I have an xsl where I have to include a javascript, for which the src link is received from a web service response. The service response xml looks like this:\[code\]<value> <scripturl>http://www.example.com/js/example.js?apikey=12345</scripturl></value>\[/code\]and the script tag I have added in the xsl (I already have read the \[code\]scripturl\[/code\] value in xsl and set in xsl variable named \[code\]scripturlxsl\[/code\]) looks like this:\[code\]<script type="text/javscript" src="http://stackoverflow.com/questions/14504100/{scripturlxsl}"></script>\[/code\]How would I make it work, as the page is not loading the script