|
Subject: [xsl] Repost: best way to call doGet on servlet using xsl? From: "TP" <tpass001@xxxxxxxxxxx> Date: Thu, 15 May 2003 07:57:38 -0500 |
> I use xsl on my xml to generate html on the client using xalan. On the
html
> i provide hyperlinks back to the server using hrefs as below
>
> <tr>
> <td>
> <div>
> <a>
> <xsl:attribute
>
name="HREF">javascript:cl('../servlet/test1?TranType=login&subTran=navFi
> rst&linkData=<xsl:value-of select="Data"/>&')</xsl:attribute>
> <img src="../images/treetop.gif" border="0" alt="Show document
> directory"/>
> </a>
> </div>
> </td>
> </tr>
>
> where cl is a javascript function in an external .js file as below
>
> function cl(org){
> window.location=org+"s="+Math.random();
> }
> return;
>
> }
>
>
> Is this the best way to do this? I wanna know what other developers use to
> call servlet doGets using xsl, since I do not know anyone else who uses
xsl.
>
> Please let me know and I appreciate the help
>
>
Really need some help with this.
Thanks.
TP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] best way to call doGet on ser, TP | Thread | [xsl] Declaring Xlink, C Baines |
| [xsl] Generated stylesheet that imp, Andrew Welch | Date | RE: [xsl] Using or ignoring Types i, Michael Kay |
| Month |