Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

html in language xml

Vote:
 

Is it possible to insert html into the language xml's? For example:

<node>Upload <b>images/b> here</node>

#39870
Jun 03, 2010 20:44
Vote:
 

I don't know for sure, but here are some tricks that might work: Use CDATA elements, html-encoded values ('&gt;' etc.) or .net style hex codes ('\x59' etc.)

#39871
Jun 03, 2010 21:14
Vote:
 

Yes, as mentioned above by Magnus, it is possible. You just need to HTML Encode your text. Here is a free tool where you can do it:

http://www.opinionatedgeek.com/dotnet/tools/htmlencode/encode.aspx

#39880
Jun 04, 2010 10:27
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.