I am pretty new to XSLT and am trying to convert a dynamic HTML page which was previously generated in PHP. I need to implement the line:
<script src="<xsl:value-of select="ScriptUrl" />" language="javascript"></script>
But am getting the error "SAXParseException: A '<' character cannot be used in attribute 'src', except through < (tunkey.xsl, line 41, column 23)"
Is there any way to achieve this?