M
moralbarometer
Hallo,
I intend to have an html file generated with xsl. i want to have this
line below in the html file.
<a id="1" href="#" onclick="makeRequest('VALUE INSERTED USING XSL FROM
XML')" > test</a>
i have tried to produce this line but it was difficult working with
the ' ' in the javascript function which i really need in the function.
this is what i did. i created an xsl variable to hold hold the input
parameter of the javascript function--makeRequest. i make onclick as
an attribute created by xsl.
in the xsl atribute onclick i used xsl-vaue-of to create
makeRequest('VALUE INSERTED USING XSL FROM XML'). but '' was difficult
inserting. Please kindly help
I intend to have an html file generated with xsl. i want to have this
line below in the html file.
<a id="1" href="#" onclick="makeRequest('VALUE INSERTED USING XSL FROM
XML')" > test</a>
i have tried to produce this line but it was difficult working with
the ' ' in the javascript function which i really need in the function.
this is what i did. i created an xsl variable to hold hold the input
parameter of the javascript function--makeRequest. i make onclick as
an attribute created by xsl.
in the xsl atribute onclick i used xsl-vaue-of to create
makeRequest('VALUE INSERTED USING XSL FROM XML'). but '' was difficult
inserting. Please kindly help