I have an XSL file.
I have a PHP file with a XSLTProcessor named $bob.
$bob
I want to send to my xsl transformation some parameters.
So, I write
How about concatenation in PHP?
$bob->setParameter("", "message", "Hi:it's bob:How are you ?");
and tokenization in XSLT code: