Hello all, I have a source that returns xml data with some key attributes contained within ![CDATA] attributes. For example
<FIRSTNAME>
<![CDATA[Thomas]]>
</FIRSTNAME>
XPath testing has not turned up any way to extract the CDATA information from the xml and we are at a loss as to how to proceed. Has anyone dealt with this before and come up with a viable solution?
We do have xml integrations so not a totally new concept. I tried replicating your test (I believe we used the same tool), but it doesn’t work for me I’m not sure how you got that result.
That change was simply made for the tool, as it caused errors to have uppercase elements for some reason. The result is same for us no matter the case.