Skip to Content
0
Former Member
Jul 17, 2008 at 12:40 AM

Escape angle bracket in XML <>

2569 Views

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 &lt; and &gt;. Here is what I tried to map

http://www.mycompany.pdf

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