mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
e35d1dacbd
for #16316, this improves the XML validation of Windows profiles and ensures we support two ways of embedding XML: - Escape the XML - Use a wrapping `<![CDATA[ ... ]]>` element
6 lines
281 B
Plaintext
6 lines
281 B
Plaintext
* Improved the validation of Windows profiles to prevent errors when the
|
|
profiles are delivered to the hosts. If you need to embed a nested XML
|
|
structure (for example for Wi-Fi profiles) you can either:
|
|
- Escape the XML
|
|
- Use a wrapping `<![CDATA[ ... ]]>` element
|