Moe Posted July 21, 2005 Posted July 21, 2005 I am creating a web search for emaill addresses, but when entering the address it is necessary to enter it like this: "[email protected]" Is there a way to escape the "@" in the XSLT? Thanks, Moe
AnFrusch@pepp Posted July 21, 2005 Posted July 21, 2005 hello, I don't think I've understand your question.. I will try. Basically you don't have to escape a special character using XSLT, you have to convert it into an HTML entity, such as '"e' for " or
Moe Posted July 21, 2005 Author Posted July 21, 2005 I was trying to avoid using JavaScript, but I guess that is the way to do it. Thanks for your help. m
Martin Brändle Posted July 21, 2005 Posted July 21, 2005 I think the problem rather is that @ is used as a wildcard for a single char in FM. So adding a backslash in front of it will not help you. What you can do is to change the indexing of the e-mail field in the database. Set it to Unicode.
Recommended Posts
This topic is 7063 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now