cancel
Showing results for 
Search instead for 
Did you mean: 

special chracters

Former Member
0 Kudos

hello

I am trying to send to a WS special characters in a string

hello<br/>please work<br/><br/>kfir

the problem is the in the out put of the message it is translate to be:

hello<br/>please work<br/><br/>kfir

is there a chance that in the out put of the xi it will remain as 'hello&lt;br/&gt;please work&lt;br/&gt;&lt;br/&gt;kfir' with out translating the code?

thx

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you want those chars to still be there just use escape chars:

chapter - The Escape Characters

http://www.hdfgroup.org/HDF5/XML/xml_escape_chars.htm

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the information, but I know that.

the thing is that in the output i have WMB and in order for the scenario be successfull, he has to recieve it like I deliever it but the xi translate it to <br>.

is there a way to force or define the xi so the out put will be with out translation?

Kfir

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>is there a way to force or define the xi so the out put will be with out translation?

yes, with escape chars like I suggested in my link

nothing more needs to be done nor explaned I believe - just open the link

Regards,

Michal Krawczyk

Former Member
0 Kudos

hi Kfir,

open the message NOT with the browser. Take notepad! You will see that the

<br>

will not be removed.

Regards Mario