Hi guys,Just found out there is an another, easier, way. A post on stackoverflow got me on to this: simply use the XSLT component in a process to 'convert' the incoming xml to the same xml. This will automagically convert all CDATA tags to encoded text tags which of course can than accessed used xpa...
Hi J_Dev_77,We 'solved' it the following way:substring-before(substring-after(serialize(xpath_to_cdata_node, false), "CDATA["), "]]")I know it's ugly, but it gets the job done without having to use additional steps in the process.CheersWP