property_tree is working well except that CDATA text is missing. The underlying XML library (rapidxml) contains CDATA after reading but it is not transferred to the property_tree structure.

Is there a setting I've missed to include CDATA? If not, I've modified the rapidxml reader to transfer CDATA nodes so I already have a workaround.

Is this an area that is being worked on, or is CDATA excluded for a reason?