From: "James Strachan" <[EMAIL PROTECTED]> > With JSTL you can do something like this... > > <x:transform > xsltUrl="/test1.xsl" > xmlUrl="/test.xml"> > <x:param name="currentID" value='${param["myID"]' /> > </x:transform> > > > (I think - is that the current way to do it Shawn?)
Or maybe its this... <x:transform xsltUrl="/test1.xsl" xmlUrl="/test.xml"> <x:param name="currentID" value="${param.myID}" /> </x:transform> James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>