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