Link to home
Start Free TrialLog in
Avatar of kirin0
kirin0

asked on

Using XSLT to perform a "script" include

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?
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial