xsl-list
[Top] [All Lists]

Re: sending more than one parameter in xsl

2005-08-26 06:59:34
Are you sure you sent this message to the right mailing list? I don't see 
a thing about XSL here.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




Dariusz Borowski <d(_dot_)borowski(_at_)web(_dot_)de> 
08/26/2005 07:48 AM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
cc

Subject
[xsl] sending more than one parameter in xsl







Hi!

I've got a problem with sending parameters to a page like I would do that 
in php.

e.g. in php:
<a href="page.php?para1=$para1&para2=$para2">send</a>

Now, I'm trying to send it to my Cocoon piepeline like this:
<a href="page?para1={$para1}">send</a>

-> This works perfect!

But if I try this....
<a href="page?para1={$para1}&para2={$para2}">send</a>

...it doesn't work.

Can anybody help me. I need to send more than one parameter to a page.

Thanks,
Dariusz

_________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>