Hi
I am trying to regex the attached xml file and put all the occurrences of text between <content:encoded><![CDATA[ and ]]></content:encoded> in a list so that I can process it later. I am using the regex code (?<=<content:encoded><!\[CDATA\[)[\w\W]*(?=]]></content:encoded>). But somehow it is not considering ]]></content:encoded> and generating one occurrence only.
Please let me know what I am doing wrong. the file is attached here.
Thanks
Raj
I am trying to regex the attached xml file and put all the occurrences of text between <content:encoded><![CDATA[ and ]]></content:encoded> in a list so that I can process it later. I am using the regex code (?<=<content:encoded><!\[CDATA\[)[\w\W]*(?=]]></content:encoded>). But somehow it is not considering ]]></content:encoded> and generating one occurrence only.
Please let me know what I am doing wrong. the file is attached here.
Thanks
Raj
Вложения
-
65,6 КБ Просмотры: 763