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

View Entire Topic
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