Posted: Fri Aug 29, 2003 7:07 am Post subject: Displaying & as an & in a field
Master
Joined: 21 Nov 2002 Posts: 200
HI! I have a message flow that transforms a tag from a decode value to it's full value. I am having a problem getting an & to display as an &. The value I am transforming is CUTNCLEAR. I need to display this as 'Cut & Clear'. When I do a
CASE
WHEN 'CUTNCLEAR' THEN 'Cut & Clear'
the output is displayed as <Cut & Clear>
Can someone help me with how to display the & as an & and not have the &.
I might be off the path here, but isn't CDATA only for data values? Essentially, it is telling the XML parser to ignore that section. Can you have a parser that ignores values within the tag itself?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum