Hi !
I have two xsl
aram (beg and end)I have set with :
<xsl
aram name="beg"></xsl
aram>
I have a link on the html page I want to display, taht should link to a jsp page.
I want to give the JSP page my two xsl parameters, and I don't know how to do with it.
I have tried :
<a href="list.jsp?posbeg=$beg&posend=$end">Follow tis link</a>
but I get an error saying there should be ; after posend...
Help me if you have any idea !
Gaelle.
I have two xsl
<xsl
I have a link on the html page I want to display, taht should link to a jsp page.
I want to give the JSP page my two xsl parameters, and I don't know how to do with it.
I have tried :
<a href="list.jsp?posbeg=$beg&posend=$end">Follow tis link</a>
but I get an error saying there should be ; after posend...
Help me if you have any idea !
Gaelle.