Thanks heaps for your help on this, Solprovider, really helped me narrow it down.
However, I fixed it by hacking some XSLT, after several hours. I have found a line in webapp/lenya/usecases/kupu/usecase-kupu.xmap that I think is wrong. I'm not sure what to do with this information, and if any developers might want to look into it, and if they are, where I should log it to. Possible "bug" report follows...... ------------------------------------------------------------- Applies to Lenya 1.2.4 Line 164 of webapp/lenya/usecases/kupu/usecase-kupu.xmap is commented as "We need to use the hole uri scheme i.e. http://servername:port/" as a hack to get things going in IE. My experimentation shows that it works fine in IE without this hack, and using the hack breaks Firefox. I suggest NOT doing this, and changing the line in the XMAP from <map:parameter name="import-stylesheet-url" value="{request:scheme}://{request:serverName}:{request:serverPort}{page -envelope:context-prefix}/kupu/common/kupudrawers/drawer.xsl"/> To <map:parameter name="import-stylesheet-url" value="/kupu/common/kupudrawers/drawer.xsl"/> Joe Grist Anderson Morgan Consulting Pty Ltd PO Box 141 New Town 7008 6278 3387 / 0400 887 081 Joeg at andersonmorgan dot com dot au / www.andersonmorgan.com.au --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
