Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Escaping the @ character


This topic is 7063 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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 '&quote' for " or

Posted

I was trying to avoid using JavaScript, but I guess that is the way to do it. Thanks for your help.

m

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.