Hi everyone,
I have a question about parameter passing from script file to xsl as following:
in file " tran.js ":
function selectcol(){
var colle= cocoon.request.get("collection");
cocoon.sendpage("browse/", {col:colle});
}
in sitemap.xmap:
<map:match pattern="browse/**">
<map:generate src="file:///Users/{1}" type= "directory"/>
<map:transform src="dir.xsl"/>
.....
Then, in " dir.xsl ", how can I get the value of "col" which was sent
from file "tran.js"?
Thanks for your kind help.
Jarry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]