Home
TeamSite
TeamSite, LiveSite and OpenDeploy
XSL String functions on query parameters
Andy Knipp
OK, I am hitting my head against the wall on the piece that should have been easy.
I have an XSL that checks for a query string, and if it contains the value of a DCR. I am trying contains as well as substring on the variable I set but they return no value. When I hardcode the data it works fine, so this is not a string, but I cannot figure out how to use the data. I have tried to wrap string(..) around it but no go. Changing the queryString variable to a text value it works. When I preview the page, the queryString variable looks great.
[php]
$CONTEXT{request.queryString}
-
Yes!
[/php]
Find more posts tagged with
Comments
There are no comments yet