Subject: Re: parameters from Javascript to XSL
From: "Gitanjali" <narsu@xxxxxxxxxxxxx>
Date: Thu, 10 May 2001 19:28:35 -0400
|
Thanks Chris, It worked!
Narsu
----- Original Message -----
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, May 10, 2001 6:21 PM
Subject: RE: parameters from Javascript to XSL
> Yes
>
> Ciao Chris
>
> XML/XSL Portal
> http://www.bayes.co.uk/xml/index.xml?/xml/tutorial/paging/paging.xml
>
>
> >-----Original Message-----
> >From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Gitanjali
> >Sent: 10 May 2001 22:45
> >To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >Subject: parameters from Javascript to XSL
> >
> >
> >Hi
> >
> >Is it possible to pass the parameter from javascript variable to XSL
file.
> >
> >Eg:
> >
> ><script>
> > var myVariable = "Narsu"
> ></script>
> >
> >My xml file is :
> ><Narsu>
> > <id>2</id>
> > <id>3</id>
> ></Narsu>
> ><John>
> > <id>22</id>
> > <id>32</id>
> ></John>
> ><Kim>
> > <id>222</id>
> > <id>323</id>
> ></Kim>
> >
> >In Xsl file based the javascript variable I want loop thru the xml and
> >display the results. Is it possible to use that variable?
> >
> >Thanks in advance
> >
> >Narsu
> >
> >
> > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
> >
> >
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|