close

How to parse CData in Lotusscript

chatFrank van der Linden   22 April 2010 16:16:51
Today I was busy with parsing RSS XML to a website. For this purpose I made use of a Lotusscript agent.

The lotusscript function to fetch the XML
Image:How to parse CData in Lotusscript

The problem I encouter is a parsererror. When I tracked down the location of the error, it's caused by a CData
See below
Image:How to parse CData in Lotusscript

Does someone know a way to manipulate with lotusscript the XML, so I don't get any parsererrors anymore?