xsl-list
[Top] [All Lists]

AW: xsl variable to jsp public variable

2005-06-24 00:39:52
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>
--~--



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