[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] sending more than one parameter in xsl


Subject: RE: [xsl] sending more than one parameter in xsl
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 26 Aug 2005 13:53:33 +0100

In XML, an ampersand character must be written as &amp;

By the way, telling us "it doesn't work" is really unhelpful. There must
have been an error message. You might not understand the error message, but
the chances are that other people do.

Michael Kay
http://www.saxonica.com/


> -----Original Message-----
> From: Dariusz Borowski [mailto:d.borowski@xxxxxx]
> Sent: 26 August 2005 13:48
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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 kvnnen Sie eine SMS an alle
> Freunde gleichzeitig schicken:
> http://freemail.web.de/features/?mc=021179


Current Thread
Keywords