v.24.1Improvement

Correct handling of keys with dots in XML configurations

Correctly handle keys with dot in the name in configurations XMLs. #58354 (Azat Khuzhin).
Improved handling of configuration keys containing dots (.) in ClickHouse XML configuration files.

Why it matters

This feature addresses issues with parsing and interpreting configuration keys that include dots in their names within XML configuration files, ensuring that such keys are processed correctly without errors or misinterpretations. This improves configuration reliability and flexibility.

How to use it

No special action is required by users; the fix is applied internally to the configuration parser. Users can now safely include keys with dots in their XML configuration files without problems.