Re: [xsl] xsl variable to jsp public variable

Subject: Re: [xsl] xsl variable to jsp public variable
From: -= jay =- <deepsweech@xxxxxxxxx>
Date: Fri, 24 Jun 2005 15:43:18 +0800
thanks man! i figured it out. i didnt used the xsl coz im just getting
2 nodes, i used dom4j instead.

thanks anyways!

On 6/24/05, christof.hoeke@xxxxxxx <christof.hoeke@xxxxxxx> wrote:
> > how would i pass a <xsl:variable> to a jsp variable??
>
> What exactly do you mean?
> I assume you are generating JSP pages via XSL. In that case you simply
generate JSP variables and initalize them with xsl:value-of, e.g.
>
> ...
>        public string name = <xsl:value-of select="name"/>;
> ...
>
> That's what you thought of?
>
>
> Best regards
> chris
>
>


--
*-::jay::-*

Current Thread