That transformation doesn't appear to work. Maybe I am implementing it wrong - but it also seems that that transformation is designed to retain HTML characters that already exist but not convert text characters to HTML (or hex).
Been messing around with a javascript solution - but it seems that I should be able to do one of the following using some combination of Transformation syntax:
a) Strip out special characters (since the value I want to pass to the Query String is from a text field in Kentico the user can enter all sorts of special characters... like &, ', !, -, etc) as the value is placed by the transformation on the page...
OR
b) Convert special characters to HEX when pulling the value from the database.
Either way I was hoping that Kentico had a solution for this so that I don't have to build a javascript or equivilant work around.
Please let me know - if you have any suggestions.
Thanks
Kevin