Hi,
I am mapping to the cXML from the idoc. In the cXML field call extrinsic I want to map a hyperlink to it. When I send it through the adapter look like XI convert the angle bracket <> to < and >. Here is what I tried to map
Do you have any suggestion on how to escape the angle bracket conversion? I was trying different option below but non of them work. When I use the converstion code then it pass through as text. When I looked at the moni under technical routing xml it show the url link but when I open it with note pad then I see the bracket converted.
<URL name="TC">http://www.mycompany.pdf</URL>
"<"URL name="TC"">"http://www.mycompany.pdf"</URL">"
Thanks
MN