Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
i have one xml and xsl and i am using javascript in xsl to load xml values like

 <script type="text/javascript">
chars = "<xsl:value-of select="//system-params/login/forbiddenChars" disable-output-escaping="yes" />;
Length = <xsl:value-of select="//system-params/login/Digits" disable-output-escaping="yes" />;
</script>

and now i do not want to write above javaScript code in XSL and only want to include javascript by creating seperate file for javascript.

provide answers with exapmle by defining three (3) seperate file. i am begineer in this language.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900