volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

html in language xml

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

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
error 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.