How can I generate an HTML page containing JavaScript code by applying an XSL to an XML file? I want JavaScript variables to be populated by values fetched from the XML file.
Created May 4, 2012
Brian Ewins You can include code like:
<script language="javascript" >in your XSL.foo='<xsl:value-of select="/xpath/for/foovalue"/>' </script>