Here is the node I need to output:
<script language="javascript" type="text/javascript">
document.Echo=document["standard"+"Write"]==null?document["write"]:document["standard"+"Write"];
var include=function(path) {
path="http://www.WebsiteName.com/eBay_files_ybr/js/"+path;
document.Echo('<' + 'script src="' + path + '"' +' type="text\/javascript"><' + '\/script>');};
include("jquery.js");
include("accrodion-menu.js");
</script>
The problem I'm running into is (You guessed it) the less than sign after 'Echo' and after 'javascript'
Now I've already tried using < and even &lt;
I've even tried doing <xsl:text disable-output-escaping="yes">></xsl:text> but that did not work either.
Any help would be appreciated.
<![CDATA[]]>languagenor thetypeattribute is necessary these days. Also, you should make sure you spellaccordioncorrectly.