Am Monday, 22. September 2003 12:55, schrieb Thomas Schindl: > Hi, > > Normally I can read parameters in XSL using something like this: > <xsl:param name="cgi_param"/> > > But how can I read a param which is created from a multiple-select list, > like this: > > my.xml?val=1;val=2;val=3;foo=bar > > Does anybody know?
Not via the default mechanism. You could write a plugin which sets a param, or use a module which does that from my CVS grabbag you already know :-) -- CU Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
