Fred Vos wrote:
Hello Peter,

On Mon, Oct 02, 2006 at 04:19:44PM +0100, Peter Flynn wrote:
Jeroen Reijn wrote:
Hi Peter,

splitting values based on #'s isn't the best solution imho.
I agree, but for a very simple application it's easy enough
using contains($ref,@id) to identify the elements needed.

If you can use another separator, like comma,

But that's not possible: the # is the standard checkbox multi-value separator inserted by browsers when forming the URI response to a form-fill.

///Peter

Cocoon will handle all values as
a single request parameter. Using the str:tokenize function (see
http://www.exslt.org/str/functions/tokenize/index.html) you can split the
values from within xsl.

Fred

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to