xsl-list
[Top] [All Lists]

Re: xsl variable to jsp public variable

2005-06-24 00:43:18
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(_dot_)hoeke(_at_)e-7(_dot_)com 
<christof(_dot_)hoeke(_at_)e-7(_dot_)com> 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


--~------------------------------------------------------------------
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>
--~--




-- 
*-::jay::-*

--~------------------------------------------------------------------
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>