Jump to content
We've recently updated our Privacy Statement, available here ×

< and > becoming < and > how 2 turn off


2005 IR Help

Recommended Posts

By: Jean-Christian Imbeault - totsubo

< and > becoming < and > how 2 turn off

2004-05-25 02:07

I want to output a static string which contains HTML and have it come out 'as is'. Unfortunately the string is being 'escape', i.e. the < turns into < and > into >

 

How can I specidy that a textField or textFieldExpression should not be html-escaped (encoded?).

 

Thanks!

 

 

 

 

 

By: jadawinrules - jadawinrules

RE: < and > becoming < and > how 2 turn off

2004-07-15 06:27

Hi,

 

Encapsulate your string with the following xml tags:

<![CDATA["your string]]>

 

A CDATA section cannot contain the string "]]>", therefore, nested CDATA sections are not allowed.

 

Also make sure there are no spaces or line breaks inside the "]]>" string.

 

Good work...

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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