xsl-list
[Top] [All Lists]

Re: [xsl] Passing array to Jscript from XSL

2007-09-20 23:08:44
No. you don't click a button in xsl. you click a button in the html
that is produced from transforming the xml with xsl. So look at the
html you are producing and figure out why the button click is not
working there.

On 9/21/07, Vankadaru(_dot_)Gupta(_at_)iflexsolutions(_dot_)com
<Vankadaru(_dot_)Gupta(_at_)iflexsolutions(_dot_)com> wrote:
Hello,

I m calling Jscript function on a click of a button in XSL. I want to
create an array in XSL and pass it as argument to the Jscript function.
Is that Possible? I m using MSXML.

XML:
<test id="1" name="test1" type"5">
        <marks>12</marks>
        <marks>12</marks>
        <marks>12</marks>
</test>

<test id="2" name="test2" type"10">
        <marks>40</marks>
        <marks>40</marks>
        <marks>40</marks>
</test>

<test id="3" name="test1" type"5">
        <marks>19</marks>
        <marks>12</marks>
        <marks>1</marks>
</test>

<test id="4" name="test1" type"10">
        <marks>17</marks>
        <marks>15</marks>
        <marks>13</marks>
</test>

<test id="5" name="test1" type"10">
        <marks>17</marks>
        <marks>17</marks>
        <marks>17</marks>
</test>
I have to pass the names of all containers whose id="10" at a time as
argument to the javascript function. Please help me. Any help would be
greatly appreciated. Thank you.


DISCLAIMER:
This message contains privileged and confidential information and is intended 
only for an individual named. If you are not the intended recipient, you 
should not disseminate, distribute, store, print, copy or deliver this 
message. Please notify the sender immediately by e-mail if you have received 
this e-mail by mistake and delete this e-mail from your system. E-mail 
transmission cannot be guaranteed to be secure or error-free as information 
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete 
or contain viruses. The sender, therefore,  does not accept liability for any 
errors or omissions in the contents of this message which arise as a result 
of e-mail transmission. If verification is required, please request a 
hard-copy version.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>