Passing parameters to a URL in a document() function

Subject: Passing parameters to a URL in a document() function
From: Nacho <nacho@xxxxxxxx>
Date: Fri, 23 Jun 2000 13:17:39 +0200
Hola a Todos:

Apologies if this is the *REAL* silly question , but i dont found the
answer.

i want to pass parameters to the URL in a document function, i'm trying
to do something like:

<xsl:param name="IDMENU" select="5"/>
<xsl:copy-of
select="document(concat('http://localhost:8080/eCom/test/menu.jsp?IDMENU
=',$IDMENU))/*"/>


but i dont get any param into the jsp, how can i do it?, 



Saludos ,
Ignacio J. Ortega


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread