This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Passing parameters to a URL in a document() function


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]