On Thursday, 23. January 2003 06:44, S Woodside wrote: > It's being fed in automagically by AxKit, as will any http post or get > parameters if there's a param defined with the same name. > Hypothetically AxKit could attempt to translate the parameters into > nodesets at this time? AxKit is configured through .htaccess files (or > more generally, through apache configuration files) so hypothetically > there could be a new axkit directive to translate a certain parameter > into a node set instead of delivering it as a string, if I understand > you correctly.
Really, while there might be a chance for a plugin to do this (I have no idea if you can pass in nodesets with libxslt), I'd suggest you write a small generich XSP which creates that node set (in form of plain old input XML). Much easier to write. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
