I would expect that it doesn't understand CDATA and thinks of
everything between < and > as a 'tag'.

Best Regards,
Bryan Rasmussen

On Fri, May 27, 2011 at 9:41 AM, Ellery Leung <elleryle...@be-o.com> wrote:
> I have an XML string like this:
>
>
>
> <?xml version="1.0"
> encoding="UTF-8"?><language><intl><![CDATA[hello]]></intl><loc><![CDATA[solr
> ]]></loc></language>
>
>
>
> By using HTMLStripTransformer, I expect to get 'hello,solr'.
>
>
>
> But actual this transformer will remove ALL THE TEXT INSIDE!
>
>
>
> Did I do something silly, or is it a bug?
>
>
>
> Thank you
>
>

Reply via email to