I20250905-1800
Currently if one uses a filter in a feature import that happens to use special characters like '&' that require encoding as an entity saving the feature will break the XML as it will write out the literal value but not the encoded entity. One then has to manually fix up the results. This now uses the PDEXMLHelper.getWritableAttributeString to properly encode this as and attribute value before writing.