Hello, I have a form where users can enter a name. This name is send to a webservices and further in the flow of my application I get it back from the webservice in a XML string. I then use that name in my sitemap. There's a problem with special characters; If the user enters a / in the name field, it messes up the mapping in my sitemap. I can block the use of special characters so that users cannot enter a / in the field. But I would like to know if it is possible in cocoon to automatically convert those special characters to their unicode value.
Roel
