im using an external javascript file in my xsl file eg :
however, what i wnat tot do is, the name of the file will be held in an XML document. so is it possible to do something like:
is this possible?
thanks Kenneth Birney
User Interface Programmer
Scottish Police
Code:
<script src="dropDown1.js"></script>
Code:
<script src="<xsl:value-of select="fielname"/> > </script>
thanks Kenneth Birney
User Interface Programmer
Scottish Police